mirror of https://github.com/apache/cassandra
Fix TestCqlshOutput.test_describe_cluster_output
patch by Berenguer Blasi; reviewed by Benjamin Lerer for CASSANDRA-16098
This commit is contained in:
parent
5ec3bae22b
commit
eebad66fe2
|
|
@ -737,7 +737,7 @@ class TestCqlshOutput(BaseTestCase):
|
|||
ringinfo_re = r'''
|
||||
Range[ ]ownership: \n
|
||||
(
|
||||
[ ] .*? [ ][ ] \[ ( \d+ \. ){3} \d+ : \d+ \] \n
|
||||
[ ] .*? [ ][ ] \[ / ( \d+ \. ){3} \d+ : \d+ \] \n
|
||||
)+
|
||||
\n
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in New Issue