We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95be868 commit e70acfeCopy full SHA for e70acfe
.gitignore
@@ -3,5 +3,4 @@ dist
3
venv
4
output
5
__pycache__
6
-.vscode
7
-uploads
+.vscode
tests/test_routes.py
@@ -26,7 +26,7 @@ def get_full_data():
26
response = client.post(route, json=get_full_data())
27
assert response.status_code == 200
28
allowed_objects = response.json["allowed_objects"]
29
- assert type(allowed_objects) is list
+ assert type(allowed_objects) is dict
30
for allowed_object in allowed_objects:
31
assert type(allowed_object) is str
32
uploads/corbi.og_brep
-17.7 MB
0 commit comments