Skip to content

Commit ff0b426

Browse files
committed
RF: use http://datasets-tests.datalad.org instead of /// for a test
To help datalad folks in a blind fight against windmills of apache logs trying to figure out some reasonable usage statistics
1 parent 66d3491 commit ff0b426

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)