diff --git a/test/system/test_thrift_server.py b/test/system/test_thrift_server.py index a3c159ffb3..ab8e1bdbbb 100644 --- a/test/system/test_thrift_server.py +++ b/test/system/test_thrift_server.py @@ -1197,7 +1197,7 @@ class TestMutations(ThriftTester): assert len(kspaces) == 3, kspaces # ['Keyspace2', 'Keyspace1', 'system'] sysks = client.describe_keyspace("system") - assert sysks == kspaces[2] + assert sysks in kspaces ks1 = client.describe_keyspace("Keyspace1") assert ks1.strategy_options['replication_factor'] == '1', ks1.strategy_options