Skip to content

Commit

Permalink
Revert "tests: fixed dcat serialization"
Browse files Browse the repository at this point in the history
This reverts commit 82f6e1e.
  • Loading branch information
slint committed Feb 27, 2024
1 parent d39e2c9 commit b0031f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ def enhanced_full_record(users):
"until": "2131-01-01",
"reason": "Only for medical doctors.",
},
"status": "embargoed",
},
"files": {
"enabled": True,
Expand Down
6 changes: 0 additions & 6 deletions tests/resources/serializers/test_dcat_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,6 @@ def test_dcat_serializer(running_app, enhanced_full_record):
' <dcat:centroid rdf:datatype="http://www.opengis.net/ont/geosparql#geoJSONLiteral"><![CDATA[{"type":"Point","coordinates":[-60.63932,-32.94682]}]]></dcat:centroid>', # noqa
" </dct:Location>",
" </dct:spatial>",
' <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC"/>', # noqa
" <dct:accessRights>",
' <dct:RightsStatement rdf:about="info:eu-repo/semantics/embargoedAccess">', # noqa
" <rdfs:label/>",
" </dct:RightsStatement>",
" </dct:accessRights>",
" <dcat:distribution>",
" <dcat:Distribution>",
" <dct:extent>",
Expand Down

0 comments on commit b0031f0

Please sign in to comment.