mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-05 01:25:15 +03:00
fix: update test_json expected output to include show_filters_icon field
This commit is contained in:
parent
31d8046e30
commit
fca4459e5f
@ -221,6 +221,7 @@ async def test_json(project, compute):
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filters": {},
|
"filters": {},
|
||||||
|
"show_filters_icon": True,
|
||||||
"link_style": {},
|
"link_style": {},
|
||||||
"suspend": False,
|
"suspend": False,
|
||||||
'wireshark': False,
|
'wireshark': False,
|
||||||
@ -254,6 +255,7 @@ async def test_json(project, compute):
|
|||||||
],
|
],
|
||||||
"link_style": {},
|
"link_style": {},
|
||||||
"filters": {},
|
"filters": {},
|
||||||
|
"show_filters_icon": True,
|
||||||
"suspend": False
|
"suspend": False
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user