Skip to content

Commit e4de3f5

Browse files
ori.sdast
authored andcommitted
Lint
1 parent 6d9bcee commit e4de3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def get(self):
296296
# Exceptions are re-raised rather than being handled by the app’s error handlers.
297297
# If not set, this is implicitly true if TESTING or DEBUG is enabled.
298298
with pytest.raises(Exception):
299-
response = client.get('/api/test/')
299+
client.get('/api/test/')
300300

301301

302302
def test_custom_default_errorhandler(self, app, client):

0 commit comments

Comments
 (0)