From 1f872e0b9f35a1d6ce2b59cc5e19f2b6831bcf58 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 14 Nov 2024 15:31:02 +0200 Subject: [PATCH] fix: Use channel to deploy minio (#598) * fix: Use channel to deploy minio --- charms/kfp-profile-controller/tests/integration/test_charm.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charms/kfp-profile-controller/tests/integration/test_charm.py b/charms/kfp-profile-controller/tests/integration/test_charm.py index 19c0ca1b..1160bdbf 100644 --- a/charms/kfp-profile-controller/tests/integration/test_charm.py +++ b/charms/kfp-profile-controller/tests/integration/test_charm.py @@ -77,7 +77,9 @@ async def test_build_and_deploy(ops_test: OpsTest): ) # Deploy required relations - await ops_test.model.deploy(entity_url=MINIO, config=MINIO_CONFIG, trust=True) + await ops_test.model.deploy( + entity_url=MINIO, config=MINIO_CONFIG, trust=True, channel=MINIO_CHANNEL + ) await ops_test.model.add_relation( f"{CHARM_NAME}:object-storage", f"{MINIO}:object-storage",