mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Rename provider tests to match endpoint under test
This makes it clearer which tests we have for what.
This commit is contained in:
@@ -141,7 +141,7 @@ def stub_provider_history():
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def test_should_show_all_providers(
|
def test_view_providers_shows_all_providers(
|
||||||
client_request,
|
client_request,
|
||||||
platform_admin_user,
|
platform_admin_user,
|
||||||
mocker,
|
mocker,
|
||||||
@@ -247,7 +247,7 @@ def test_add_monthly_traffic():
|
|||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
||||||
def test_should_show_provider_version_history(
|
def test_view_provider_shows_version_history(
|
||||||
client_request,
|
client_request,
|
||||||
platform_admin_user,
|
platform_admin_user,
|
||||||
mocker,
|
mocker,
|
||||||
@@ -304,7 +304,7 @@ def test_should_show_provider_version_history(
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
])
|
])
|
||||||
def test_should_update_priority_of_first_two_sms_providers(
|
def test_edit_sms_provider_ratio_should_update_priority_of_first_two_sms_providers(
|
||||||
client_request,
|
client_request,
|
||||||
platform_admin_user,
|
platform_admin_user,
|
||||||
mocker,
|
mocker,
|
||||||
|
|||||||
Reference in New Issue
Block a user