mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 22:39:43 -04:00
Fix tests.
Fix copy/paste error in the history table
This commit is contained in:
@@ -31,7 +31,7 @@ def set_primary_sms_provider(identifier):
|
||||
|
||||
|
||||
def test_can_get_all_providers(restore_provider_details):
|
||||
assert len(get_provider_details()) == 4
|
||||
assert len(get_provider_details()) == 5
|
||||
|
||||
|
||||
def test_can_get_sms_providers(restore_provider_details):
|
||||
|
||||
Reference in New Issue
Block a user