We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c46006 commit 308eb3dCopy full SHA for 308eb3d
utilities/infra.py
@@ -160,9 +160,9 @@ def create_ns(
160
yield project
161
if teardown:
162
wait_for_serverless_pods_deletion(resource=project, admin_client=admin_client)
163
- # cleanup must be done with admin admin_client
164
- project.client = admin_client
165
- project.clean_up()
+ # cleanup must be done with admin admin_client
+ project.client = admin_client
+ project.clean_up()
166
167
168
def wait_for_replicas_in_deployment(deployment: Deployment, replicas: int, timeout: int = Timeout.TIMEOUT_2MIN) -> None:
0 commit comments