Skip to content
Snippets Groups Projects
Commit d5b112ef authored by Erik Reid's avatar Erik Reid
Browse files

fixed test data

parent 4c69d8c1
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,10 @@ def test_persist_ims_data(mocker, data_config, mocked_redis):
return_value=r)
data = {
"locations": {"loc_a": "LOC A", "loc_b": "LOC B"},
"locations": {
"loc_a": {'pop': {'name': "LOC A"}},
"loc_b": {'pop': {'name': "LOC B"}},
},
"lg_routers": [
{"equipment name": "lg_eq1"}, {"equipment name": "lg_eq2"}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment