mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-25 03:51:44 -05:00
Fix failing build - test deliberatly moved to error for some investigations. Fixed now.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user