-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I can't explain why, but before preparing this commit I couldn't npm install in the data-service _at all_ due to conflicting peer deps. I resolved that in this change, but then found that there were a lot of failing tests in the data service. I don't know when they were introduced so I can't account for them, but it seems that OpenAPI validation has changed from "no schema === any response" to "no schema === empty response". For those responses where the presence of a body was causing a test failure, I have introduced a permissive "any JSON response" schema.
- Loading branch information
Showing
3 changed files
with
223 additions
and
1,534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.