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

added abbreviation to pop test data

parent 83c12d27
No related branches found
No related tags found
No related merge requests found
...@@ -393,8 +393,8 @@ def test_persist_ims_data(mocker, data_config, mocked_redis): ...@@ -393,8 +393,8 @@ def test_persist_ims_data(mocker, data_config, mocked_redis):
data = { data = {
"locations": { "locations": {
"loc_a": {'pop': {'name': "LOC A"}}, "loc_a": {'pop': {'name': "LOC A", 'abbreviation': 'aaa'}},
"loc_b": {'pop': {'name': "LOC B"}}, "loc_b": {'pop': {'name': "LOC B", 'abbreviation': 'bbb'}},
}, },
"lg_routers": [ "lg_routers": [
{"equipment name": "lg_eq1"}, {"equipment name": "lg_eq2"} {"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