Skip to content

Commit

Permalink
remove wait for active
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Apr 29, 2024
1 parent e671bcf commit 0f0ff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def nginx_integrator_app(ops_test: OpsTest):
"""Deploy nginx-ingress-integrator charm."""
nginx_integrator_app_name = "nginx-ingress-integrator"
nginx_integrator_app = await ops_test.model.deploy(nginx_integrator_app_name, trust=True)
await ops_test.model.wait_for_idle(apps=[nginx_integrator_app.name], wait_for_active=True)
await ops_test.model.wait_for_idle(apps=[nginx_integrator_app.name])
return nginx_integrator_app


Expand Down

0 comments on commit 0f0ff27

Please sign in to comment.