-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Servantify JSON endpoint to send messages #1532
Conversation
I'm assuming this will not break the way integration tests call this end-point? |
I'd be surprised if we have integration tests verifying the time of the mismatch :) |
I'm talking about new tests. In a neighbor PR, we use the old end-point in tests, and hope that the new one and the helper functions in the integration tests will work the same way. (It would be nice to have integration tests use servant-client, but it would make rebasing or merging very painful in this case.) |
Nothing should be changed in terms of the API interface, so I don't see why integration tests would be affected. |
c64fff9
to
ee25420
Compare
The tests are not enough, they don't test lists being sent to ignore_missing and report_missing
ee25420
to
480340f
Compare
Also add comments and rename tests to reflect what they are testing.
9644c0e
to
dd463b7
Compare
Also remove description from the schema, it is meant as a description of the response and not of the body of the response.
It is referred by status or code depending on context
This PR contains couple of commits from #1531 which need to be removed when that is merged