X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Ftests%2Ftest_lcm.py;fp=osm_lcm%2Ftests%2Ftest_lcm.py;h=cc18c378721f635ceaa9f101ff1ce120774c68f5;hb=a89a5a7e3b0421a5ae1859235dfef6b6adf24279;hp=e05836ae626d32da612438bfd5c907f5c6c12b80;hpb=a27dc53c6acd967ea17f0d720a82b23a8404cbfa;p=osm%2FLCM.git diff --git a/osm_lcm/tests/test_lcm.py b/osm_lcm/tests/test_lcm.py index e05836a..cc18c37 100644 --- a/osm_lcm/tests/test_lcm.py +++ b/osm_lcm/tests/test_lcm.py @@ -64,7 +64,7 @@ def check_file_content(health_check_file: str) -> str: class TestLcm(TestCase): def setUp(self): - self.config_file = os.getcwd() + "/osm_lcm/tests/test_lcm_config_file_ini.cfg" + self.config_file = os.getcwd() + "/osm_lcm/tests/test_lcm_config_file.yaml" self.config_file_without_storage_path = tempfile.mkstemp()[1] Database.instance = None self.db = Mock(Database({"database": {"driver": "memory"}}).instance.db)