python is not go

This commit is contained in:
Felix Kunde 2021-02-25 13:49:32 +01:00
parent 05af8d78f5
commit eff531cbee
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class EndToEndTestCase(unittest.TestCase):
# get node and replica (expected target of new master)
_, replica_nodes = self.k8s.get_pg_nodes(cluster_label)
try {
try:
self.k8s.update_config(patch_capabilities)
self.eventuallyEqual(lambda: self.k8s.get_operator_state(), {"0": "idle"},
"Operator does not get in sync")