diff --git a/cql_test.py b/cql_test.py index 99d3088ced..a4ce0d5f4e 100644 --- a/cql_test.py +++ b/cql_test.py @@ -796,7 +796,7 @@ def test_truncate_failure(self): thrown = True assert thrown, "No exception has been thrown" - assert re.search("Truncate failed on replica /127.0.0.3", str(exception)) is not None + assert re.search("Truncate failed on replicas? /127.0.0.3", str(exception)) is not None @since('3.2') class AbortedQueryTester(CQLTester):