Skip to content

Commit 1ce2209

Browse files
authored
Merge pull request #123 from dartmouth-pbs/enh-datalad-url
RF: use http://datasets-tests.datalad.org instead of /// for a test
2 parents 66d3491 + ff0b426 commit 1ce2209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def fetch_data(tmpdir, subject):
2828
"""Fetches some test dicoms using datalad"""
2929
from datalad import api
3030
targetdir = op.join(tmpdir, 'QA')
31-
api.install(path=targetdir, source='///dbic/QA')
31+
api.install(path=targetdir, source='http://datasets-tests.datalad.org/dbic/QA')
3232
api.get('{}/sourcedata/{}'.format(targetdir, subject))
3333
return targetdir

0 commit comments

Comments
 (0)