From fca4459e5fbbd0ee9523c8be0adff603e4e83c8d Mon Sep 17 00:00:00 2001 From: YueGuobin Date: Sun, 24 May 2026 20:48:58 +0800 Subject: [PATCH] fix: update test_json expected output to include show_filters_icon field --- tests/controller/test_link.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/controller/test_link.py b/tests/controller/test_link.py index 86784ef7e..239682948 100644 --- a/tests/controller/test_link.py +++ b/tests/controller/test_link.py @@ -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 }