Skip to content

Commit

Permalink
fix: fix the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
wood-push-melon committed Aug 14, 2024
1 parent 90629f4 commit 3fb203f
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 @@ -64,12 +64,14 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None:
application_name=TRAEFIK_PUBLIC_APP,
channel="latest/edge",
config={"external_hostname": PUBLIC_INGRESS_DOMAIN},
trust=True,
)
await ops_test.model.deploy(
TRAEFIK_CHARM,
application_name=TRAEFIK_ADMIN_APP,
channel="latest/edge",
config={"external_hostname": ADMIN_INGRESS_DOMAIN},
trust=True,
)
await ops_test.model.deploy(
CA_APP,
Expand Down

0 comments on commit 3fb203f

Please sign in to comment.