Skip to content

Commit

Permalink
fix: deploy minio from latest/edge in integration tests (#209) (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab authored Nov 27, 2024
1 parent 6c2b5be commit e9eca39
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 @@ -46,7 +46,7 @@ async def test_build_and_deploy_with_relations(ops_test: OpsTest):
)

# Deploy required relations
await ops_test.model.deploy(entity_url=MINIO, config=MINIO_CONFIG)
await ops_test.model.deploy(entity_url=MINIO, config=MINIO_CONFIG, channel=MINIO_CHANNEL)
await ops_test.model.integrate(f"{ARGO_CONTROLLER}:object-storage", f"{MINIO}:object-storage")

await ops_test.model.wait_for_idle(timeout=60 * 10)
Expand Down

0 comments on commit e9eca39

Please sign in to comment.