From 9d59641562a12bf01dc79e74c0392b0f82201a3d Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 16 Sep 2025 22:46:35 -0700 Subject: [PATCH] flake8 --- tests/app/main/views/test_activity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/main/views/test_activity.py b/tests/app/main/views/test_activity.py index 637757b8c..4f14c8f87 100644 --- a/tests/app/main/views/test_activity.py +++ b/tests/app/main/views/test_activity.py @@ -167,7 +167,6 @@ def test_can_show_notifications( assert page_title in page.h1.text.strip() - json_response = client_request.get_response( "main.get_notifications_as_json", service_id=SERVICE_ONE_ID,