1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

Fix tests.

This commit is contained in:
grossmj 2018-04-13 17:04:19 +08:00
parent 2de182eff4
commit 801547983a
2 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,8 @@ def test_json(tmpdir):
"show_grid": False, "show_grid": False,
"show_interface_labels": False, "show_interface_labels": False,
"show_layers": False, "show_layers": False,
"snap_to_grid": False "snap_to_grid": False,
"grid_size": 0,
} }

View File

@ -45,6 +45,7 @@ def test_project_to_topology_empty(tmpdir):
"show_interface_labels": False, "show_interface_labels": False,
"show_layers": False, "show_layers": False,
"snap_to_grid": False, "snap_to_grid": False,
"grid_size": 0,
"topology": { "topology": {
"nodes": [], "nodes": [],
"links": [], "links": [],