Rename provider tests to match endpoint under test

This makes it clearer which tests we have for what.
This commit is contained in:
Ben Thorner
2022-04-06 15:01:46 +01:00
parent 8655ab7dea
commit 01389b5edf

View File

@@ -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,