From 47e2cd1148cb136c96095788e6dd7fd3a2176fe2 Mon Sep 17 00:00:00 2001 From: Kyle MacMillan <16893311+k-macmillan@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:17:37 -0500 Subject: [PATCH] Removed unused variable --- tests/app/celery/test_process_comp_and_pen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/celery/test_process_comp_and_pen.py b/tests/app/celery/test_process_comp_and_pen.py index 10abdd2dc1..2209b1984f 100644 --- a/tests/app/celery/test_process_comp_and_pen.py +++ b/tests/app/celery/test_process_comp_and_pen.py @@ -7,7 +7,7 @@ from app.exceptions import NotificationTechnicalFailureException -def test_comp_and_pen_batch_process_happy_path(mocker, sample_template, perf_number) -> None: +def test_comp_and_pen_batch_process_happy_path(mocker, sample_template) -> None: template = sample_template() mocker.patch( 'app.celery.process_comp_and_pen.lookup_notification_sms_setup_data',