Skip to content

Commit d87d337

Browse files
committed
Check failure case
1 parent 80887ab commit d87d337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/sqlcommenter-python/tests/flask

python/sqlcommenter-python/tests/flask/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_get_flask_info_in_request_context(client):
4040
'route': '/flask-info',
4141
}
4242
resp = client.get('/flask-info')
43-
assert json.loads(resp.data.decode('utf-8')) == expected
43+
assert json.loads(resp.data.decode('utf-8')) == {}
4444

4545

4646
def test_get_flask_info_in_404_error_context(client):

0 commit comments

Comments
 (0)