Skip to content

Commit

Permalink
wait for all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Mar 22, 2024
1 parent c9367b9 commit d770791
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@
logger = logging.getLogger()


@pytest.mark.asyncio
@pytest.mark.abort_on_fail
async def test_active(app: Application):
"""Check that the charm is active.
Assume that the charm has already been built and is running.
"""
# Application actually does have units
assert app.units[0].workload_status == ActiveStatus.name # type: ignore


@pytest.mark.asyncio
@pytest.mark.abort_on_fail
@pytest.mark.usefixtures("app")
Expand Down

0 comments on commit d770791

Please sign in to comment.