diff options
author | Kali Kaneko <kali@leap.se> | 2017-08-22 16:38:13 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-08-30 16:17:56 -0400 |
commit | 49a421188febe06e66412260a828b92a543fbe99 (patch) | |
tree | d9389cface18ad2927186f9210e648711c3052a9 /tests/e2e/check_ip | |
parent | 46eff942e4e3b3c7ddbecd170dd7d5078b8debc0 (diff) |
[refactor] integrate new management protocol
Diffstat (limited to 'tests/e2e/check_ip')
-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 8c12f25..8a45f2c 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' |