From 9fbaca8f9f3384dacd40e0ff38f349136aa5f35c Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 20 Dec 2023 10:33:11 -0800 Subject: [PATCH] fix flake 8 --- tests/app/main/views/test_send.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index 41ecb9009..7448c44cf 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -2823,7 +2823,6 @@ def test_send_notification_shows_error_if_400( session["recipient"] = "2028675301" session["placeholders"] = {"name": "a" * 900} - # This now redirects to the jobs results page page = client_request.post( "main.send_notification",