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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Backstory:
When choosing to raffle a single event that has no comments, appropriate Domain Exception should be raised, which corresponds to HTTP code 204 (no content).
This requires refactoring of RaffleApiContext (clean everything up so we can actually test proper HTTP response codes have been returned, as we're currently only testing to see if a certain message has been returned from Domain Exception).
The text was updated successfully, but these errors were encountered:
HcsOmot
changed the title
Properly test for http error codes returned by raffle api
Properly test for http response codes returned by raffle api
Dec 19, 2017
Backstory:
When choosing to raffle a single event that has no comments, appropriate Domain Exception should be raised, which corresponds to HTTP code 204 (no content).
This requires refactoring of RaffleApiContext (clean everything up so we can actually test proper HTTP response codes have been returned, as we're currently only testing to see if a certain message has been returned from Domain Exception).
The text was updated successfully, but these errors were encountered: