Skip to content

Commit

Permalink
test: update Sample mappings in mappings fixture #314
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 4, 2022
1 parent 58b3850 commit c96a34a
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 @@ -115,7 +115,7 @@ def test_search_api_mappings_data():
"Sample": {
"base_icat_entity": "Sample",
"name": "name",
"pid": "pid",
"pid": ["pid", "id"],
"description": "parameters.type.description",
"datasets": {"Dataset": "datasets"},
},
Expand Down

0 comments on commit c96a34a

Please sign in to comment.