We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be6ca9 commit 60c0d70Copy full SHA for 60c0d70
tests/unit/contentproviders/test_doi.py
@@ -33,7 +33,7 @@ def test_url_headers(requests_mock):
33
@pytest.mark.parametrize(
34
"requested_doi, expected",
35
[
36
- ("10.5281/zenodo.3242074", "https://zenodo.org/records/3242074"),
+ ("10.5281/zenodo.3242074", "https://zenodo.org/record/3242074"),
37
# Unresolving DOI:
38
("10.1/1234", "10.1/1234"),
39
],
0 commit comments