diff options
author | Varac <varac@leap.se> | 2017-10-06 17:13:50 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-06 22:11:44 +0100 |
commit | dd817cc16a604e41ce74589056c21bc81d366832 (patch) | |
tree | c72d24d84213843b5f83f3aef1562a542da9e6d9 /tests/e2e | |
parent | 689b0065dff125736e29b0ca20ca159d48dbbce8 (diff) |
[test] Use ci.leap.se for e2e tests
Diffstat (limited to 'tests/e2e')
-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() |