summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/unit/completion/test_histcategory.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/completion/test_histcategory.py b/tests/unit/completion/test_histcategory.py
index b6db66c75..6ac9d0774 100644
--- a/tests/unit/completion/test_histcategory.py
+++ b/tests/unit/completion/test_histcategory.py
@@ -143,8 +143,7 @@ def test_set_pattern_long(hist, message_mock, caplog):
cat.set_pattern(" ".join(map(str, range(10000))))
# pylint: enable=bad-builtin
msg = message_mock.getmsg(usertypes.MessageLevel.error)
- assert msg.text.startswith(
- "Error with SQL Query: Expression tree is too large")
+ assert msg.text.startswith("Error with SQL Query:")
@pytest.mark.parametrize('max_items, before, after', [