Skip to content

Commit

Permalink
test: update Instrument 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 62a7a7f commit 3385282
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 @@ -80,7 +80,7 @@ def test_search_api_mappings_data():
},
"Instrument": {
"base_icat_entity": "Instrument",
"pid": "id",
"pid": ["pid", "id"],
"name": "name",
"facility": "facility.name",
"datasets": {"Dataset": "datasetInstruments.dataset"},
Expand Down

0 comments on commit 3385282

Please sign in to comment.