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 f6b3ddd commit 3fa88cdCopy full SHA for 3fa88cd
src/opengeodeweb_back/routes/blueprint_routes.py
@@ -326,7 +326,7 @@ def vertex_attribute_names():
326
flask.request.json["input_geode_object"], file_absolute_path
327
)
328
vertex_attribute_names = data.vertex_attribute_manager().attribute_names()
329
-
+
330
return flask.make_response(
331
{
332
"vertex_attribute_names": vertex_attribute_names,
tests/test_routes.py
@@ -172,6 +172,7 @@ def test_vertex_attribute_names(client):
172
assert response.status_code == 201
173
174
route = f"/vertex_attribute_names"
175
176
def get_full_data():
177
return {
178
"input_geode_object": "PolygonalSurface3D",
0 commit comments