Integration of OSM Charms with new MongoDB
[osm/devops.git] / installers / charm / osm-pol / tests / integration / test_charm.py
index e2f3307..87132d1 100644 (file)
@@ -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"),
     )