mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-06 17:09:00 -04:00
Fix assert function signature in test
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user