diff --git a/pylib/cqlshlib/test/test_cqlsh_output.py b/pylib/cqlshlib/test/test_cqlsh_output.py index accf3ed577..304050dc2d 100644 --- a/pylib/cqlshlib/test/test_cqlsh_output.py +++ b/pylib/cqlshlib/test/test_cqlsh_output.py @@ -737,7 +737,7 @@ class TestCqlshOutput(BaseTestCase): ringinfo_re = r''' Range[ ]ownership: \n ( - [ ] .*? [ ][ ] \[ ( \d+ \. ){3} \d+ : \d+ \] \n + [ ] .*? [ ][ ] \[ / ( \d+ \. ){3} \d+ : \d+ \] \n )+ \n '''