From 80065c8200af84043888ad1532599de7379c6364 Mon Sep 17 00:00:00 2001 From: Alex Janousek Date: Fri, 26 Sep 2025 14:40:31 -0400 Subject: [PATCH] Fixed flake issue --- tests/app/main/views/test_job_notification_updates.py | 2 -- 1 file changed, 2 deletions(-) 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"),