X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Fcharm%2Fmongodb-exporter%2Ftests%2Ftest_charm.py;h=5fc255ef1bb1ac8486cf58b998d1f7a84b953169;hb=49379ced23b5e344a773ce77ac9cb59c1864e19b;hp=372886b419a8071578c7a8d9e88adf59a407a59c;hpb=e5fd208248a496cd798a66cb27216e83f2852a76;p=osm%2Fdevops.git diff --git a/installers/charm/mongodb-exporter/tests/test_charm.py b/installers/charm/mongodb-exporter/tests/test_charm.py index 372886b4..5fc255ef 100644 --- a/installers/charm/mongodb-exporter/tests/test_charm.py +++ b/installers/charm/mongodb-exporter/tests/test_charm.py @@ -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."""