Fix failing build - test deliberatly moved to error for some investigations. Fixed now.

This commit is contained in:
Martyn Inglis
2015-12-15 11:54:16 +00:00
parent dbf70ec1eb
commit 87138c86f8

View File

@@ -80,7 +80,7 @@ def test_should_allow_valid_token(notify_api):
'Authorization': 'Bearer {}'.format(token)
}
)
assert response.status_code == 201
assert response.status_code == 200
def test_should_allow_valid_token_with_post_body(notify_api):