diff --git a/tests/integration/test_charm.py b/tests/integration/test_charm.py index 6059d8f9..0542a809 100644 --- a/tests/integration/test_charm.py +++ b/tests/integration/test_charm.py @@ -299,7 +299,7 @@ async def test_can_create_experiment_with_mlflow_library(self, ops_test: OpsTest async def test_deploy_resource_dispatcher(self, ops_test: OpsTest): await ops_test.model.deploy( entity_url=METACONTROLLER_CHARM_NAME, - channel="latest/edge", + channel="3.0/stable", trust=True, ) await ops_test.model.wait_for_idle( @@ -310,7 +310,7 @@ async def test_deploy_resource_dispatcher(self, ops_test: OpsTest): timeout=120, ) await ops_test.model.deploy( - RESOURCE_DISPATCHER_CHARM_NAME, channel="latest/edge", trust=True + RESOURCE_DISPATCHER_CHARM_NAME, channel="1.0/stable", trust=True ) await ops_test.model.wait_for_idle( apps=[CHARM_NAME],