Skip to content

Commit

Permalink
test: update Parameter mappings in mappings fixture #265
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Jan 27, 2022
1 parent 524f8a9 commit cdacc7b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/search_api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,12 @@ def test_search_api_mappings_data():
"affiliation": {"Affiliation": "user.dataPublicationUsers.affiliations"},
},
"Parameter": {
"base_icat_entity": "InvestigationParameter",
"base_icat_entity": ["InvestigationParameter", "DatasetParameter"],
"id": "id",
"name": "name",
"name": "type.name",
"value": ["numericValue", "stringValue", "dateTimeValue"],
"unit": "type.units",
"dataset": {
"Dataset": "investigation.investigationInstruments.instrument."
"datasetInstruments.dataset",
},
"dataset": {"Dataset": "dataset"},
"document": {"Document": "investigation"},
},
"Person": {
Expand Down

0 comments on commit cdacc7b

Please sign in to comment.