diff options
Diffstat (limited to 'tests/e2e')
-rwxr-xr-x | tests/e2e/check_ip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/check_ip b/tests/e2e/check_ip index 8c12f250..8a45f2c5 100755 --- a/tests/e2e/check_ip +++ b/tests/e2e/check_ip @@ -4,7 +4,7 @@ import urllib.request import json import sys -DEMO_ISP = 'Riseup Networks' +DEMO_ISPS = ('Riseup Networks', '') url = 'https://wtfismyip.com/json' |