Skip to content

Commit

Permalink
test: update Dataset mappings in mappings fixture #314
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 10, 2022
1 parent faab544 commit 6206e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/search_api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_search_api_mappings_data():
},
"Dataset": {
"base_icat_entity": "Dataset",
"pid": "doi",
"pid": ["doi", "id"],
"title": "name",
"isPublic": "createTime",
"creationDate": "createTime",
Expand Down

0 comments on commit 6206e9c

Please sign in to comment.