Skip to content

Commit 76aa2b0

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 2309b2c commit 76aa2b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)