diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 11d24c1a7..0fc60bf42 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -614,7 +614,7 @@ class EndToEndTestCase(unittest.TestCase): # ideally we should delete the 'test' namespace here but # the pods inside the namespace stuck in the Terminating state making the test time out k8s.api.custom_objects_api.delete_namespaced_custom_object( - "acid.zalan.do", "v1", self.test_namespace, "postgresqls", "acid-minimal-cluster") + "acid.zalan.do", "v1", self.test_namespace, "postgresqls", "acid-test-cluster") time.sleep(5)