Merge pull request #2409 from alphagov/update-dependencies

Update dependencies
This commit is contained in:
Katie Smith
2019-03-22 15:00:10 +00:00
committed by GitHub
3 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ def test_should_reject_if_invalid_uuid(notify_api):
)
body = json.loads(response.get_data(as_text=True))
assert response.status_code == 404
assert body['message'] == 'The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.' # noqa
assert body['message'] == 'The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.' # noqa
assert body['result'] == 'error'