Fix TestCqlshOutput.test_describe_cluster_output

patch by Berenguer Blasi; reviewed by Benjamin Lerer for CASSANDRA-16098
This commit is contained in:
Bereng 2020-09-03 08:59:41 +02:00 committed by Benjamin Lerer
parent 5ec3bae22b
commit eebad66fe2
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ class TestCqlshOutput(BaseTestCase):
ringinfo_re = r'''
Range[ ]ownership: \n
(
[ ] .*? [ ][ ] \[ ( \d+ \. ){3} \d+ : \d+ \] \n
[ ] .*? [ ][ ] \[ / ( \d+ \. ){3} \d+ : \d+ \] \n
)+
\n
'''