Skip to content

Commit 1bf225c

Browse files
tests
1 parent b9c2662 commit 1bf225c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_models_routes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def test_export_project_route(client: FlaskClient, tmp_path: Path) -> None:
6161
id="test_data_1",
6262
geode_object="BRep",
6363
viewer_object="model",
64+
viewer_elements_type="default",
6465
input_file="test_native.txt",
6566
native_file="test_native.txt",
6667
additional_files=[],
@@ -69,6 +70,7 @@ def test_export_project_route(client: FlaskClient, tmp_path: Path) -> None:
6970
id="test_data_2",
7071
geode_object="Section",
7172
viewer_object="model",
73+
viewer_elements_type="default",
7274
input_file="test_input.txt",
7375
native_file="test_native2.txt",
7476
additional_files=[],

0 commit comments

Comments
 (0)