Skip to content

Commit

Permalink
Integration tests adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Apr 23, 2024
1 parent 4ed58a0 commit cd51f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async def test_deploy_active(ops_test: OpsTest):
lambda: len(ops_test.model.applications[APP_NAME].units) == NUM_UNITS_APP
)
await ops_test.model.wait_for_idle(
apps=[APP_NAME], status="active", timeout=1000, idle_period=30
apps=[APP_NAME], status="blocked", timeout=1000, idle_period=30
)

assert ops_test.model.applications[APP_NAME].status == "active"
Expand Down

0 comments on commit cd51f79

Please sign in to comment.