From c96a34a65033d42aa899c59b9146d0819fb7b29d Mon Sep 17 00:00:00 2001 From: Viktor Bozhinov Date: Fri, 4 Feb 2022 16:35:04 +0000 Subject: [PATCH] test: update `Sample` mappings in mappings fixture #314 --- test/search_api/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/search_api/conftest.py b/test/search_api/conftest.py index 82c95547..42cabbd3 100644 --- a/test/search_api/conftest.py +++ b/test/search_api/conftest.py @@ -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"}, },