From eff531cbeef710fb47a47c6bf3b189832a751a9e Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Thu, 25 Feb 2021 13:49:32 +0100 Subject: [PATCH] python is not go --- e2e/tests/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index f8d7dbca4..114f881c4 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -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")