X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-pol%2Ftests%2Fintegration%2Ftest_charm.py;h=87132d1daac688ce5c35fcb77c8e710cb0c97bed;hb=56db64f403eaea09530d1073640eee9b36ff2caf;hp=e2f3307d7f9a46868dc8b95268c5b87108fca00b;hpb=740e877d19b5e77c8d7f64a85e805c0e68602d41;p=osm%2Fdevops.git diff --git a/installers/charm/osm-pol/tests/integration/test_charm.py b/installers/charm/osm-pol/tests/integration/test_charm.py index e2f3307d..87132d1d 100644 --- a/installers/charm/osm-pol/tests/integration/test_charm.py +++ b/installers/charm/osm-pol/tests/integration/test_charm.py @@ -54,7 +54,7 @@ async def test_pol_is_deployed(ops_test: OpsTest): charm, resources=resources, application_name=POL_APP, series="focal" ), 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"), ops_test.model.deploy(MARIADB_CHARM, application_name=MARIADB_APP, channel="stable"), ops_test.model.deploy(ZOOKEEPER_CHARM, application_name=ZOOKEEPER_APP, channel="stable"), )