From 2f2be6546592a7038b781a22e58a751ada21d2e1 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Fri, 6 Aug 2021 13:10:31 +0100 Subject: [PATCH] Fix tests to match content updates --- tests/app/main/views/test_feedback.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/main/views/test_feedback.py b/tests/app/main/views/test_feedback.py index 82099f0bc..220214d6d 100644 --- a/tests/app/main/views/test_feedback.py +++ b/tests/app/main/views/test_feedback.py @@ -658,7 +658,7 @@ def test_bat_email_page( # Anonymous tickets don’t promise a reply ( False, False, False, - 'We’ll read your message in the next 30 minutes.', + 'We’ll aim to read your message in the next 30 minutes.', ), ( False, False, True, @@ -669,7 +669,7 @@ def test_bat_email_page( # business hours ( False, True, False, - 'We’ll read your message in the next 30 minutes and reply within one working day.', + 'We’ll aim to read your message in the next 30 minutes and we’ll reply within one working day.', ), ( False, True, True,