Skip to content

Commit

Permalink
Fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstdevreedeKNMI committed Jan 23, 2025
1 parent 5070019 commit a449df3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/python_fastapi_server/test_ogc_api_edr.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_collections(client: TestClient):
assert data == {
"type": "Parameter",
"id": "data",
"label": "data (data)",
"label": "data",
"unit": {
"symbol": {"value": "km", "type": "http://www.opengis.net/def/uom/UCUM"}
},
Expand All @@ -117,7 +117,7 @@ def test_collections(client: TestClient):
assert data_extra_metadata == {
"type": "Parameter",
"id": "data_extra_metadata",
"label": "data extra metadata",
"label": "data",
"unit": {
"symbol": {
"value": "km",
Expand All @@ -126,7 +126,7 @@ def test_collections(client: TestClient):
},
"observedProperty": {
"id": "https://vocab.nerc.ac.uk/standard_name/data",
"label": "data extra metadata",
"label": "data",
},
}

Expand Down

0 comments on commit a449df3

Please sign in to comment.