Skip to content

Commit c35dd51

Browse files
committed
Merge branch 'feat/save_and_load' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat/save_and_load
2 parents 2266b97 + 76aa2b0 commit c35dd51

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_models_routes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ def test_save_viewable_workflow_from_object(client):
165165
assert response.json["geode_object"] == "EdgedCurve3D"
166166
assert response.json["viewable_file_name"].endswith(".vtp")
167167

168-
attr_resp = client.post("/opengeodeweb_back/vertex_attribute_names", json={"id": data_id})
168+
attr_resp = client.post(
169+
"/opengeodeweb_back/vertex_attribute_names", json={"id": data_id}
170+
)
169171
assert attr_resp.status_code == 200
170172
assert isinstance(attr_resp.json.get("vertex_attribute_names", []), list)

0 commit comments

Comments
 (0)