Removed unneeded test case

This commit is contained in:
Martyn Inglis
2017-04-27 12:15:47 +01:00
parent cdd3ad687c
commit bedbd8e21f

View File

@@ -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):