mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-02 16:15:15 +03:00
test(marker): include marker_definitions in project-asdict expectations
project.asdict() and project_to_topology() gained a marker_definitions key. Two tests that assert exact dict equality needed the new field.
This commit is contained in:
parent
213738f0a5
commit
a732d8d521
@ -82,6 +82,7 @@ async def test_json():
|
||||
"drawing_grid_size": 25,
|
||||
"supplier": None,
|
||||
"variables": None,
|
||||
"marker_definitions": {},
|
||||
"created_by": None
|
||||
}
|
||||
|
||||
|
||||
@ -60,6 +60,7 @@ async def test_project_to_topology_empty(tmpdir):
|
||||
"supplier": None,
|
||||
"variables": None,
|
||||
"version": __version__,
|
||||
"marker_definitions": {},
|
||||
"created_by": None
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user