Mongod-exporter charm: fixing connection string in HA
[osm/devops.git] / installers / charm / mongodb-exporter / tests / test_charm.py
index 5fc255e..372886b 100644 (file)
@@ -37,7 +37,6 @@ 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."""