From bf1548809566d2a162f46bb7547efda2a197bf39 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 7 Dec 2021 14:30:56 +0000 Subject: [PATCH] =?UTF-8?q?Rename=20test=20to=20remove=20=E2=80=98confirma?= =?UTF-8?q?tion=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/app/main/views/test_service_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index 589beced8..95250ecdd 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -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, ):