We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b6fd8 commit cd33d54Copy full SHA for cd33d54
tests/test_view_decorators.py
@@ -361,4 +361,3 @@ def test_different_token_algorightm(app):
361
response = test_client.get(url, headers=make_headers(token))
362
assert response.status_code == 422
363
assert response.get_json() == {'msg': 'The specified alg value is not allowed'}
364
-
0 commit comments