Fix tests to match content updates

This commit is contained in:
Ben Thorner
2021-08-06 13:10:31 +01:00
parent c6c933dd4b
commit 2f2be65465

View File

@@ -658,7 +658,7 @@ def test_bat_email_page(
# Anonymous tickets dont promise a reply
(
False, False, False,
'Well read your message in the next 30 minutes.',
'Well 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,
'Well read your message in the next 30 minutes and reply within one working day.',
'Well aim to read your message in the next 30 minutes and well reply within one working day.',
),
(
False, True, True,