Skip to content

Commit

Permalink
test: remove invalid test case #265
Browse files Browse the repository at this point in the history
A Document cannot have parameters that have dataset
  • Loading branch information
VKTB committed Jan 27, 2022
1 parent cdacc7b commit 23200cd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/search_api/test_panosc_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,6 @@ def test_get_icat_relations_for_panosc_non_related_fields(
],
id="Dataset parameters.dataset.documents relations",
),
pytest.param(
"Document",
"parameters.dataset.documents",
[
"parameters.type",
"parameters.type",
"parameters.investigation.investigationInstruments.instrument"
".datasetInstruments.dataset.investigation.type",
"parameters.investigation.investigationInstruments.instrument"
".datasetInstruments.dataset.investigation.keywords",
],
id="Document parameters.dataset.documents relations",
),
],
)
def test_get_icat_relations_for_non_related_fields_of_panosc_relation(
Expand Down

0 comments on commit 23200cd

Please sign in to comment.