You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fixtures/validation/expected_messages.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -442,7 +442,7 @@ fixture-342.yaml:
442
442
- message: 'parameters.stillnogood.in in body is required'
443
443
withContinueOnErrors: false
444
444
isRegexp: false
445
-
- message: 'could not resolve reference in "\/get_main_object"\.GET to \$ref nowhere\.yaml#\/definitions\/sample_info\/properties\/sid: open .+nowhere\.yaml: no such file or directory'
445
+
- message: 'could not resolve reference in "\/get_main_object"\.GET to \$ref nowhere\.yaml#\/definitions\/sample_info\/properties\/sid: open .+nowhere\.yaml:\s.*'
446
446
withContinueOnErrors: true
447
447
isRegexp: true
448
448
expectedWarnings:
@@ -1287,11 +1287,11 @@ petstore-expanded.json:
1287
1287
withContinueOnErrors: false
1288
1288
isRegexp: false
1289
1289
# this one is a regexp since the full absolute path of the ref is reported
1290
-
- message: 'could not resolve reference in newPet to \$ref pet: open .*\/pet: no such file or directory'
1290
+
- message: 'could not resolve reference in newPet to \$ref pet: open .*[\/\\]pet:\s.+'
1291
1291
withContinueOnErrors: true
1292
1292
isRegexp: true
1293
1293
# with systematic response expansion, get more errors
1294
-
- message: 'could not resolve reference in "\/pets".POST to \$ref .*: open .*: no such file or directory'
1294
+
- message: 'could not resolve reference in "\/pets".POST to \$ref .*: open .*:\s.+'
0 commit comments