Rename test to remove ‘confirmation’

This commit is contained in:
Chris Hill-Scott
2021-12-07 14:30:56 +00:00
committed by GitHub
parent 1190e4541b
commit bf15488095

View File

@@ -787,7 +787,7 @@ def test_should_not_allow_duplicate_service_names(
assert 'This service name is already in use' in page.text
def test_should_redirect_after_service_name_confirmation(
def test_should_redirect_after_service_name_change(
client_request,
mock_update_service,
):