delete correct cluster

This commit is contained in:
Sergey Dudoladov 2020-11-11 06:47:54 +01:00
parent e2fda96eed
commit c0d923c452
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ class EndToEndTestCase(unittest.TestCase):
# ideally we should delete the 'test' namespace here but # ideally we should delete the 'test' namespace here but
# the pods inside the namespace stuck in the Terminating state making the test time out # the pods inside the namespace stuck in the Terminating state making the test time out
k8s.api.custom_objects_api.delete_namespaced_custom_object( 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) time.sleep(5)