diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/e2e/conditional_downloads.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/conditional_downloads.py b/tests/e2e/conditional_downloads.py index 997e8999..642d9d60 100755 --- a/tests/e2e/conditional_downloads.py +++ b/tests/e2e/conditional_downloads.py @@ -15,7 +15,7 @@ from twisted.internet.task import react from leap.bitmask.bonafide._http import httpRequest from leap.common import http -URI = 'https://demo.bitmask.net/1/configs/eip-service.json' +URI = 'https://ci.leap.se/provider.json' tmp = tempfile.mkdtemp() |