Major improvement in OSM charms
[osm/devops.git] / installers / charm / mongodb-exporter / tests / test_charm.py
index 372886b..5fc255e 100644 (file)
@@ -37,6 +37,7 @@ class TestCharm(unittest.TestCase):
         self.harness = Harness(MongodbExporterCharm)
         self.harness.set_leader(is_leader=True)
         self.harness.begin()
+        self.harness.update_config(self.config)
 
     def test_on_start_without_relations(self) -> NoReturn:
         """Test installation without any relation."""