Skip to content

Commit

Permalink
change response status to 409
Browse files Browse the repository at this point in the history
  • Loading branch information
ginsstaahh committed Aug 2, 2018
1 parent 7ec52b4 commit 4a85096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_post_clubs__failure(server):
'instagram_url': 'instagram.com/test',
'twitter_url': 'twitter.com/test',
}))
assert response.status == 400
assert response.status == 409
assert 'error' in response.json


Expand Down

0 comments on commit 4a85096

Please sign in to comment.