From c97b412afe4f7038c2536b7751df16fb256ee22c Mon Sep 17 00:00:00 2001 From: Andrew Shumway Date: Thu, 1 Jun 2023 12:33:57 -0600 Subject: [PATCH] Fix assert function signature in test --- tests/app/main/views/test_send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index a3f323ec2..3b25c42fe 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -1751,7 +1751,7 @@ def test_upload_csvfile_with_valid_phone_shows_all_numbers( assert '202 867 0750' not in page.text assert 'Only showing the first 50 rows' in page.text - mock_get_notification_count.assert_called_with(service_one['id']) + mock_get_notification_count.assert_called_with(service_id=service_one['id']) @pytest.mark.parametrize('international_sms_permission, should_allow_international', [