Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Dec 26, 2024
1 parent 6a73c3f commit 47e2cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/celery/test_process_comp_and_pen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 47e2cd1

Please sign in to comment.