Revert "Bump utils version for new invalid address character"

This commit is contained in:
David McDonald
2021-06-01 10:53:28 +01:00
committed by GitHub
parent 4f40c12f6e
commit 04e23ca6a9
11 changed files with 67 additions and 51 deletions

View File

@@ -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."
}