Skip to content

Commit c0b69a8

Browse files
committed
update test
1 parent 0ff71bf commit c0b69a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/model/surfaces/attribute/polygon/test_model_surfaces_attribute_polygon_protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def register_model_cube_with_polygon_attribute(
5353
add_polygon_attribute_to_cube(model_id)
5454
server.call(
5555
VtkModelView.model_prefix + VtkModelView.model_schemas_dict["register"]["rpc"],
56-
[{"id": model_id}],
56+
[{"id": model_id, "name": "cube.vtm"}],
5757
)
5858
assert server.compare_image("model/cube_register.jpeg") == True
5959

0 commit comments

Comments
 (0)