From eebad66fe2de9b2a6b217144cd251be3d839f441 Mon Sep 17 00:00:00 2001 From: Bereng Date: Thu, 3 Sep 2020 08:59:41 +0200 Subject: [PATCH] Fix TestCqlshOutput.test_describe_cluster_output patch by Berenguer Blasi; reviewed by Benjamin Lerer for CASSANDRA-16098 --- pylib/cqlshlib/test/test_cqlsh_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '''