Skip to content

Commit

Permalink
adapt the data_webserver fixture to "https"
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed May 31, 2023
1 parent 840ced5 commit 04964ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_studies_dir():
def data_webserver(test_studies_dir, dataaccess_credential):
"""Yields a URL to a webserver providing data access"""
if os.environ.get('APPVEYOR', None) == 'true':
yield 'http://data.inm-icf.de/~appveyor'
yield 'https://data.inm-icf.de/~appveyor'
else:
server = HTTPPath(
test_studies_dir,
Expand Down

0 comments on commit 04964ee

Please sign in to comment.