Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Haddon committed Jun 19, 2024
1 parent 1a0be11 commit fbbdb83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ async def test_build_and_deploy(ops_test: OpsTest, pytestconfig: pytest.Config):
# Deploy the charm and wait for active/idle status
assert ops_test.model
await asyncio.gather(
ops_test.model.deploy(
f"./{charm}", application_name=APP_NAME, series="noble"
),
ops_test.model.deploy(f"./{charm}", application_name=APP_NAME, series="noble"),
ops_test.model.wait_for_idle(
apps=[APP_NAME], status="active", raise_on_blocked=True, timeout=1000
),
Expand Down

0 comments on commit fbbdb83

Please sign in to comment.