Skip to content

Commit

Permalink
Issue #12 link to UDP with rel="openeo-udp"
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jun 24, 2024
1 parent a4220c5 commit b7ab32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion algorithm_catalog/worldcereal_inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"linkTemplates": [],
"links": [
{
"rel": "udp",
"rel": "openeo-udp",
"type": "application/json",
"title": "openEO UDP",
"href": "https://github.com/ESA-APEX/apex_algorithms/blob/main/openeo_udp/worldcereal_inference.json"
Expand Down
2 changes: 1 addition & 1 deletion qa/unittests/tests/test_algorithm_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def test_lint_algorithm_catalog_json_file(path):

assert data["properties"]["type"] == "apex_algorithm"

assert "udp" in {k["rel"] for k in data["links"]}
assert "openeo-udp" in {k["rel"] for k in data["links"]}
# TODO more checks

0 comments on commit b7ab32a

Please sign in to comment.