From e1e0a4dca08b08187132f0f8a08d0ba0d82ec975 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 11 Dec 2024 11:24:26 -0500 Subject: [PATCH] Fixing test --- tests/app/main/views/test_templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index 68ec6f219..db246ea6a 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -545,7 +545,7 @@ def test_user_with_only_send_and_view_redirected_to_set_sender_for_one_off( ( ["manage_templates"], [ - (".edit_service_template", "Edit"), + (".edit_service_template", "Edit this template"), ], None, ), @@ -553,7 +553,7 @@ def test_user_with_only_send_and_view_redirected_to_set_sender_for_one_off( ["send_messages", "manage_templates"], [ (".set_sender", "Use this template"), - (".edit_service_template", "Edit"), + (".edit_service_template", "Edit this template"), ], None, ),