eykrehbein / strest

⚡️ CI-ready tests for REST APIs configured in YAML
MIT License
1.74k stars 59 forks source link

Fix code validation #76

Closed eykrehbein closed 6 years ago

jgroom33 commented 6 years ago

@eykrehbein There is a case where this test should pass:

validate:
  code: 404

Is that still supported? We should add that as a test case that should pass.

eykrehbein commented 6 years ago

Yep this is (should be) still supported. And yes we should because I think not everyone will recognize that this option exists. @jgroom33