mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-25 09:51:42 -05:00
Removed unneeded test case
This commit is contained in:
@@ -39,7 +39,6 @@ def test_can_get_sms_non_international_providers(restore_provider_details):
|
||||
sms_providers = get_provider_details_by_notification_type('sms')
|
||||
assert len(sms_providers) == 3
|
||||
assert all('sms' == prov.notification_type for prov in sms_providers)
|
||||
assert all(not prov.supports_international for prov in sms_providers)
|
||||
|
||||
|
||||
def test_can_get_sms_international_providers(restore_provider_details):
|
||||
|
||||
Reference in New Issue
Block a user