mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 16:01:15 -05:00
Revert "Bump utils version for new invalid address character"
This commit is contained in:
@@ -128,5 +128,7 @@ def test_bad_method(app_for_test):
|
||||
|
||||
assert response.status_code == 405
|
||||
|
||||
assert response.get_data(as_text=True) == \
|
||||
'{"message":"The method is not allowed for the requested URL.","result":"error"}\n'
|
||||
assert response.json == {
|
||||
"result": "error",
|
||||
"message": "The method is not allowed for the requested URL."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user