summaryrefslogtreecommitdiff
path: root/tests/test_utils
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils')
-rw-r--r--tests/test_utils/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py
index 4fd9267429..359cf07402 100644
--- a/tests/test_utils/tests.py
+++ b/tests/test_utils/tests.py
@@ -1046,7 +1046,7 @@ class InHTMLTests(SimpleTestCase):
def test_long_haystack(self):
haystack = (
"<p>This is a very very very very very very very very long message which "
- "exceedes the max limit of truncation.</p>"
+ "exceeds the max limit of truncation.</p>"
)
msg = f"Couldn't find '<b>Hello</b>' in the following response\n{haystack!r}"
with self.assertRaisesMessage(AssertionError, msg):