summaryrefslogtreecommitdiff
path: root/tests/e2e
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e')
-rwxr-xr-xtests/e2e/check_ip2
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'