Fix tests

This commit is contained in:
grossmj 2024-09-27 20:05:06 +07:00
parent 996dad2f5c
commit f7996d5e98
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -207,6 +207,9 @@ async def _patch_project_file(project, path, zstream, include_images, keep_compu
if reset_mac_addresses and prop in ("mac_addr", "mac_address"):
node["properties"][prop] = None
if node["node_type"] == "docker":
continue
if node["node_type"] == "iou":
if not prop == "path":
continue