Skip to content

Commit b2e99da

Browse files
committed
fix(tests): pin traefik to latest/stable
1 parent 9bbd8b3 commit b2e99da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_build_and_deploy(juju: jubilant.Juju, local_charm: Path) -> None:
4242
juju.deploy(
4343
TRAEFIK_CHARM,
4444
app=TRAEFIK_PUBLIC_APP,
45-
channel="latest/edge", # using edge to take advantage of the raw args in traefik route
45+
channel="latest/stable",
4646
config={"external_hostname": PUBLIC_INGRESS_DOMAIN},
4747
trust=True,
4848
)

0 commit comments

Comments
 (0)