From 065199f9c624fa186daf616a48ccf58815e41931 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Fri, 12 Apr 2024 10:33:16 +0200 Subject: [PATCH] skip: fix --- charms/argo-controller/tests/integration/test_charm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charms/argo-controller/tests/integration/test_charm.py b/charms/argo-controller/tests/integration/test_charm.py index ac5d855..8ef0e2c 100644 --- a/charms/argo-controller/tests/integration/test_charm.py +++ b/charms/argo-controller/tests/integration/test_charm.py @@ -32,7 +32,7 @@ async def test_build_and_deploy_with_relations(ops_test: OpsTest): # Deploy required relations await ops_test.model.deploy( - entity_url=constants.MINIO, config=constants.constants.MINIO_CONFIG + entity_url=constants.MINIO, config=constants.MINIO_CONFIG ) await ops_test.model.add_relation( f"{constants.ARGO_CONTROLLER}:object-storage", f"{constants.MINIO}:object-storage"