Skip to content

Commit e70acfe

Browse files
fix(tests): update failing tests
1 parent 95be868 commit e70acfe

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ dist
33
venv
44
output
55
__pycache__
6-
.vscode
7-
uploads
6+
.vscode

tests/test_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_full_data():
2626
response = client.post(route, json=get_full_data())
2727
assert response.status_code == 200
2828
allowed_objects = response.json["allowed_objects"]
29-
assert type(allowed_objects) is list
29+
assert type(allowed_objects) is dict
3030
for allowed_object in allowed_objects:
3131
assert type(allowed_object) is str
3232

uploads/corbi.og_brep

-17.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)