X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-ro%2Ftests%2Fintegration%2Ftest_charm.py;h=38dc40f9663f78a7d89d25911018ca3449c8cf1c;hb=refs%2Fchanges%2F86%2F13286%2F3;hp=c39c47a840d55365f2b3363a5f401c831f545dce;hpb=b26337f4b399b8d2307002aa7ca98c23e2d3a1ed;p=osm%2Fdevops.git diff --git a/installers/charm/osm-ro/tests/integration/test_charm.py b/installers/charm/osm-ro/tests/integration/test_charm.py index c39c47a8..38dc40f9 100644 --- a/installers/charm/osm-ro/tests/integration/test_charm.py +++ b/installers/charm/osm-ro/tests/integration/test_charm.py @@ -51,7 +51,7 @@ async def test_ro_is_deployed(ops_test: OpsTest): ops_test.model.deploy(charm, resources=resources, application_name=RO_APP), ops_test.model.deploy(ZOOKEEPER_CHARM, application_name=ZOOKEEPER_APP, channel="stable"), ops_test.model.deploy(KAFKA_CHARM, application_name=KAFKA_APP, channel="stable"), - ops_test.model.deploy(MONGO_DB_CHARM, application_name=MONGO_DB_APP, channel="stable"), + ops_test.model.deploy(MONGO_DB_CHARM, application_name=MONGO_DB_APP, channel="edge"), ) async with ops_test.fast_forward():