diff --git a/tests/test_app.py b/tests/test_app.py index fb446a8..a9119f0 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -3,7 +3,7 @@ import markdown -from app import handle, sentry_init, app +from app import app, handle, sentry_init def test_sentry_init(monkeypatch):