Skip to content

Commit 5b6ad39

Browse files
committed
chore: fix flask tests again
1 parent d127fa5 commit 5b6ad39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrations/flask/test_flask.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def app():
2626
app.logger.setLevel(logging.DEBUG)
2727
handler = SentryHandler()
2828
handler.setLevel(logging.DEBUG)
29+
app.logger.handlers = []
2930
app.logger.addHandler(handler)
3031

3132
login_manager.init_app(app)

0 commit comments

Comments
 (0)