From 5bc36a813dab7778accb20a391a2180a0a2f9070 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 5 Aug 2020 16:45:16 +0100 Subject: [PATCH] Add context to 'Edit' link on template page --- tests/app/main/views/test_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_templates.py b/tests/app/main/views/test_templates.py index 13f859a78..75c8a6496 100644 --- a/tests/app/main/views/test_templates.py +++ b/tests/app/main/views/test_templates.py @@ -757,7 +757,7 @@ def test_view_broadcast_template( service_id=SERVICE_ONE_ID, template_id=fake_uuid, )), - ('Edit', url_for( + ('Edit this template', url_for( '.edit_service_template', service_id=SERVICE_ONE_ID, template_id=fake_uuid,