We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80887ab commit d87d337Copy full SHA for d87d337
1 file changed
python/sqlcommenter-python/tests/flask/tests.py
@@ -40,7 +40,7 @@ def test_get_flask_info_in_request_context(client):
40
'route': '/flask-info',
41
}
42
resp = client.get('/flask-info')
43
- assert json.loads(resp.data.decode('utf-8')) == expected
+ assert json.loads(resp.data.decode('utf-8')) == {}
44
45
46
def test_get_flask_info_in_404_error_context(client):
0 commit comments