Skip to content

Commit e61c84f

Browse files
Fix elsevier test
1 parent a261ad8 commit e61c84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_doi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_validate_doi():
2626
'https://www.tandfonline.com/doi/full/10.1080/14786442408634457'),
2727
('10.1021/jp003647e', 'https://pubs.acs.org/doi/10.1021/jp003647e'),
2828
('10.1016/S0009-2614(97)04014-1',
29-
'http://linkinghub.elsevier.com/retrieve/pii/S0009261497040141'),
29+
'https://linkinghub.elsevier.com/retrieve/pii/S0009261497040141'),
3030
]
3131
for doi, url in data:
3232
assert(url == validate_doi(doi))

0 commit comments

Comments
 (0)