From 095a022033032ece5c932d533f348209ff51ff00 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 7 Jun 2021 14:23:52 +0930 Subject: [PATCH] Fix tests. Ref https://github.com/GNS3/gns3-gui/issues/2461 --- 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 5950fcb6..702dbdc2 100644 --- a/tests/controller/test_link.py +++ b/tests/controller/test_link.py @@ -213,6 +213,7 @@ async def test_json(project, compute): } ], "filters": {}, + "link_style": {}, "suspend": False, "link_type": "ethernet", "capturing": False, @@ -242,6 +243,7 @@ async def test_json(project, compute): } } ], + "link_style": {}, "filters": {}, "suspend": False }