From 87138c86f8ac98b79e523d5aac89a8e86b519eeb Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Tue, 15 Dec 2015 11:54:16 +0000 Subject: [PATCH] Fix failing build - test deliberatly moved to error for some investigations. Fixed now. --- tests/app/main/views/test_authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_authentication.py b/tests/app/main/views/test_authentication.py index f823e83e5..eb7f2aa83 100644 --- a/tests/app/main/views/test_authentication.py +++ b/tests/app/main/views/test_authentication.py @@ -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):