mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Update tests to match show_interface_labels default change
The default value of show_interface_labels has been changed to True. Update test expectations to match this new default.
This commit is contained in:
parent
21bba7f4b2
commit
2584d17067
@ -75,7 +75,7 @@ async def test_json():
|
||||
"scene_height": 1000,
|
||||
"zoom": 100,
|
||||
"show_grid": False,
|
||||
"show_interface_labels": False,
|
||||
"show_interface_labels": True,
|
||||
"show_layers": False,
|
||||
"snap_to_grid": False,
|
||||
"grid_size": 75,
|
||||
|
||||
@ -45,7 +45,7 @@ async def test_project_to_topology_empty(tmpdir):
|
||||
"revision": GNS3_FILE_FORMAT_REVISION,
|
||||
"zoom": 100,
|
||||
"show_grid": False,
|
||||
"show_interface_labels": False,
|
||||
"show_interface_labels": True,
|
||||
"show_layers": False,
|
||||
"snap_to_grid": False,
|
||||
"grid_size": 75,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user