Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Apr 25, 2023
1 parent e000e8e commit 47ea9cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None:


async def test_ingress_relation(ops_test: OpsTest, client: Client) -> None:
# We deploy ingress before running the database migrations to make sure that
# we don't break migrations by applying the network policies (e.g. by breaking dns).
await ops_test.model.deploy(
TRAEFIK,
application_name=TRAEFIK_PUBLIC_APP,
Expand Down

0 comments on commit 47ea9cb

Please sign in to comment.