Replies: 1 comment
-
Okay, so seems to be an issue with the underlying library (as you mentioned). So the best is to fix it with that library and update Japa dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to test an endpoint against OpenAPI spec. The spec part:
The tests:
When I run it I get:
Error: schema not found for {"path":"/groups/4","method":"delete","status":204}
I have other tests and spec with the exact same path for method GET, POST and PUT that work fine, but this one just don't.
EDIT: OpenAPI assert fails on all endpoints that have a empty response body. Link to related issue.
Beta Was this translation helpful? Give feedback.
All reactions