Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
resolve unit test case
update test case for - path-declarations-must-exist where it was looking for warning but recent change make it error
  • Loading branch information
SB-ChetanKorde committed Mar 6, 2026
commit de4a86de7e1c210b0a5029ffacdaa6ec96323683
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ testRule('path-declarations-must-exist', [
message: 'Path parameter declarations must not be empty, ex."/given/{}" is invalid.',
path: ['paths', '/path/{}'],

severity: DiagnosticSeverity.Warning,
severity: DiagnosticSeverity.Error,
},
],
},
Expand Down