diff --git a/framework/xds_k8s_testcase.py b/framework/xds_k8s_testcase.py index 0accb792..80752751 100644 --- a/framework/xds_k8s_testcase.py +++ b/framework/xds_k8s_testcase.py @@ -895,7 +895,8 @@ def tearDown(self): def cleanup(self): self.td.cleanup(force=self.force_cleanup) - self.client_runner.cleanup(force=self.force_cleanup, force_namespace=self.force_cleanup) + self.client_runner.cleanup( + force=self.force_cleanup, force_namespace=self.force_cleanup) self.server_runner.cleanup( force=self.force_cleanup, force_namespace=self.force_cleanup )