Skip to content

Commit

Permalink
Fix text fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 16, 2024
1 parent 52eeb8f commit bf40856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/contentproviders/test_dataverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
[
("doi:10.7910/DVN/6ZXAGT/3YRRYJ", {"host": harvard_dv, "record": "doi:10.7910/DVN/6ZXAGT"}),
("10.7910/DVN/6ZXAGT/3YRRYJ", {"host": harvard_dv, "record": "doi:10.7910/DVN/6ZXAGT"}),
("https://dataverse.harvard.edu/api/access/datafile/3323458", {"host": harvard_dv, "record": "doi:10.7910/DVN/6ZXAGT"}),
("https://data.cimmyt.org/dataset.xhtml?persistentId=hdl:11529/10016", {"host": cimmyt_dv, "record": "doi:10.7910/DVN/6ZXAGT"}),
("https://dataverse.harvard.edu/api/access/datafile/3323458", {"host": harvard_dv, "record": "doi:10.7910/DVN/3MJ7IR"}),
("https://data.cimmyt.org/dataset.xhtml?persistentId=hdl:11529/10016", {"host": cimmyt_dv, "record": "hdl:11529/10016"}),
("/some/random/string", None),
("https://example.com/path/here", None),
# Non dataverse DOIs
Expand Down

0 comments on commit bf40856

Please sign in to comment.