Skip to content

Commit

Permalink
skip: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Apr 12, 2024
1 parent 48f1e9b commit 065199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/argo-controller/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 065199f

Please sign in to comment.