Fix assert function signature in test

This commit is contained in:
Andrew Shumway
2023-06-01 12:33:57 -06:00
parent 6c88cd980f
commit c97b412afe

View File

@@ -1751,7 +1751,7 @@ def test_upload_csvfile_with_valid_phone_shows_all_numbers(
assert '202 867 0750' not in page.text assert '202 867 0750' not in page.text
assert 'Only showing the first 50 rows' 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', [ @pytest.mark.parametrize('international_sms_permission, should_allow_international', [