diff --git a/tests/test_views_execute.py b/tests/test_views_execute.py index e123c57a..4ece7ad3 100644 --- a/tests/test_views_execute.py +++ b/tests/test_views_execute.py @@ -3527,7 +3527,9 @@ def test_request_costs_for_failed_request(api, backend_implementation): class TestVectorCubeRunUDF: """ - Related to: + Tests about running UDF based manipulations on vector cubes + + References: - https://github.com/Open-EO/openeo-python-driver/issues/197 - https://github.com/Open-EO/openeo-python-driver/pull/200 - https://github.com/Open-EO/openeo-geopyspark-driver/issues/437 @@ -3573,7 +3575,6 @@ def process_geometries(udf_data: UdfData) -> UdfData: }, } resp = api100.check_result(process_graph) - # DictSubSet=dict assert resp.json == DictSubSet( { "type": "FeatureCollection",