fix: update test_json expected output to include show_filters_icon field

This commit is contained in:
YueGuobin 2026-05-24 20:48:58 +08:00
parent 31d8046e30
commit fca4459e5f
No known key found for this signature in database

View File

@ -221,6 +221,7 @@ async def test_json(project, compute):
}
],
"filters": {},
"show_filters_icon": True,
"link_style": {},
"suspend": False,
'wireshark': False,
@ -254,6 +255,7 @@ async def test_json(project, compute):
],
"link_style": {},
"filters": {},
"show_filters_icon": True,
"suspend": False
}