Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Dec 2, 2024
1 parent 1fd8f2b commit 2577c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_charms.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ async def test_deploy_katib_charms(ops_test: OpsTest):
f"{DB_MANAGER_APP_NAME}:relational-db", f"{DB_APP_NAME}:database"
)
await ops_test.model.add_relation(DB_MANAGER_APP_NAME, CONTROLLER_APP_NAME)

await ops_test.model.wait_for_idle(
status="active",
raise_on_blocked=False,
Expand Down

0 comments on commit 2577c5c

Please sign in to comment.