Skip to content

Commit b6afa0f

Browse files
[MISC] Update ubuntu-pro charm channel (#639)
1 parent 0fbb95a commit b6afa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_subordinate_charms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def test_ubuntu_pro(ops_test, charm):
2929
ops_test.model.deploy(
3030
UBUNTU_PRO_APP_NAME,
3131
application_name=UBUNTU_PRO_APP_NAME,
32-
channel="latest/edge",
32+
channel="latest/stable",
3333
config={"token": os.environ["UBUNTU_PRO_TOKEN"]},
3434
3535
),

0 commit comments

Comments
 (0)