python is not go
This commit is contained in:
parent
05af8d78f5
commit
eff531cbee
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue