File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
tests/unit/contentproviders Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,16 @@ def test_content_id(link, expected):
5050 (
5151 "https://doi.org/10.6084/m9.figshare.9782777.v1" ,
5252 {"host" : test_fig .hosts [0 ], "article" : "9782777" , "version" : "1" },
53+ # $ curl -sIL https://doi.org/10.6084/m9.figshare.9782777.v1 | grep location
54+ # location: https://figshare.com/articles/Binder-ready_openSenseMap_Analysis/9782777/1
55+ # location: https://figshare.com/articles/code/Binder-ready_openSenseMap_Analysis/9782777
5356 ),
5457 (
5558 "https://doi.org/10.6084/m9.figshare.9782777.v3" ,
5659 {"host" : test_fig .hosts [0 ], "article" : "9782777" , "version" : "3" },
60+ # $ curl -sIL https://doi.org/10.6084/m9.figshare.9782777.v3 | grep location
61+ # location: https://figshare.com/articles/Binder-ready_openSenseMap_Analysis/9782777/3
62+ # location: https://figshare.com/articles/code/Binder-ready_openSenseMap_Analysis/9782777
5763 ),
5864 (
5965 "https://figshare.com/articles/title/97827771234" ,
You can’t perform that action at this time.
0 commit comments