diff --git a/tests/test_notifications.py b/tests/test_notifications.py index 4a73aebb..7ff80e6f 100644 --- a/tests/test_notifications.py +++ b/tests/test_notifications.py @@ -1,7 +1,7 @@ import pytest from app.config import settings -from app.utils.notification import notify_file_processed, send_notification +from app.utils.notification import notify_file_processed @pytest.mark.unit