diff --git a/tests/app/main/views/test_job_notification_updates.py b/tests/app/main/views/test_job_notification_updates.py index fc7621928..a07f4d07a 100644 --- a/tests/app/main/views/test_job_notification_updates.py +++ b/tests/app/main/views/test_job_notification_updates.py @@ -12,8 +12,6 @@ import json import pytest -from tests import job_json, user_json - @pytest.mark.parametrize( ("delivered", "failed", "pending", "finished", "js_should_update_notifications", "reason"),