Skip to content

Commit

Permalink
test: unskip test for /files with non-existent dataset pid #327
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 15, 2022
1 parent 4d09a30 commit 2130f0b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/search_api/endpoints/test_get_dataset_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,7 @@ def test_valid_get_dataset_files_endpoint(
pytest.param(
"0-8401-1070-7", '{"include": ""}', 400, id="Bad include filter",
),
pytest.param(
"my 404 test pid",
"{}",
404,
id="Non-existent dataset pid",
# Skipped because this actually returns 200
marks=pytest.mark.skip,
),
pytest.param("my 404 test pid", "{}", 404, id="Non-existent dataset pid"),
],
)
def test_invalid_get_dataset_files_endpoint(
Expand Down

0 comments on commit 2130f0b

Please sign in to comment.