mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Bump Flask and itsdangerous
This bumps Flask to version 2.1.0, which requires some minor changes to the app code and itsdangerous to also be bumped.
This commit is contained in:
@@ -128,7 +128,7 @@ def test_bad_method(app_for_test):
|
||||
|
||||
assert response.status_code == 405
|
||||
|
||||
assert response.json == {
|
||||
assert response.get_json(force=True) == {
|
||||
"result": "error",
|
||||
"message": "The method is not allowed for the requested URL."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user