2512269
diff --git a/tests/test_old_api.py b/tests/test_old_api.py
2512269
index d63d8fe..2f93bc5 100644
2512269
--- a/tests/test_old_api.py
2512269
+++ b/tests/test_old_api.py
2512269
@@ -57,10 +57,10 @@ def test_context_is_not_optional():
2512269
         assert True
2512269
 
2512269
     assert that(it_crashes).raises(
2512269
-        TypeError, (
2512269
-        "the function it_crashes defined at test_old_api.py line 56, is being "
2512269
-        "decorated by either @that_with_context or @scenario, so it should "
2512269
-        "take at least 1 parameter, which is the test context"),
2512269
+        TypeError,
2512269
+        # intentionally empty line 1
2512269
+        # intentionally empty line 2
2512269
+        # intentionally empty line 3
2512269
     )
2512269
 
2512269