test(core): update test

This commit is contained in:
dextmorgn
2026-01-24 19:31:12 +01:00
parent 1ce2cbd7a5
commit c8085c6400
@@ -22,6 +22,7 @@ def test_serializer():
nodeSize=4,
nodeImage="nodeImage",
nodeIcon="nodeIcon",
nodeShape="circle",
x=100,
y=100,
nodeProperties=Domain(domain="domain.com", nodeLabel="domain.com", root=True),
@@ -38,6 +39,7 @@ def test_serializer():
"nodeSize": 4,
"nodeImage": "nodeImage",
"nodeIcon": "nodeIcon",
"nodeShape": "circle",
"x": 100.0,
"y": 100.0,
"nodeProperties.domain": "domain.com",