Fix 1473 and add vca_model_config_* to lcm charm
[osm/devops.git] / installers / charm / mon / tests / test_pod_spec.py
index 6f61916..86a3d16 100644 (file)
@@ -199,8 +199,9 @@ class TestPodSpec(unittest.TestCase):
                         "OSMMON_DATABASE_DRIVER": "mongo",
                         "OSMMON_DATABASE_URI": relation_state["database_uri"],
                         "OSMMON_DATABASE_COMMONKEY": config["database_commonkey"],
-                        "OSMMON_PROMETHEUS_URL": 
-                            f"http://{relation_state['prometheus_host']}:{relation_state['prometheus_port']}",
+                        "OSMMON_PROMETHEUS_URL": (
+                            f"http://{relation_state['prometheus_host']}:{relation_state['prometheus_port']}"
+                        ),
                         "OSMMON_VCA_HOST": config["vca_host"],
                         "OSMMON_VCA_USER": config["vca_user"],
                         "OSMMON_VCA_SECRET": config["vca_password"],