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": {}, "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
} }