Skip to content

Commit 60c0d70

Browse files
committed
Fix doi provider test
We no longer follow redirects, so this is the canonical URL
1 parent 3be6ca9 commit 60c0d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/contentproviders/test_doi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_url_headers(requests_mock):
3333
@pytest.mark.parametrize(
3434
"requested_doi, expected",
3535
[
36-
("10.5281/zenodo.3242074", "https://zenodo.org/records/3242074"),
36+
("10.5281/zenodo.3242074", "https://zenodo.org/record/3242074"),
3737
# Unresolving DOI:
3838
("10.1/1234", "10.1/1234"),
3939
],

0 commit comments

Comments
 (0)