summaryrefslogtreecommitdiff
path: root/src/leap/eip/tests/data.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-25 05:48:06 +0900
committerkali <kali@leap.se>2012-09-25 06:02:18 +0900
commit5173c0ee937696782a2f62078a860246ec388c39 (patch)
tree792ec3e31afda70b76b1c69528f88c16672eed84 /src/leap/eip/tests/data.py
parentf4f5fc21e186bcd94d39f78333f758ed906f5b98 (diff)
workaround for #638 and fix for eip config check for gateways
(we were picking gateway in a wrong way) Closes #610.
Diffstat (limited to 'src/leap/eip/tests/data.py')
-rw-r--r--src/leap/eip/tests/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/eip/tests/data.py b/src/leap/eip/tests/data.py
index 4da0e18f..9bf86540 100644
--- a/src/leap/eip/tests/data.py
+++ b/src/leap/eip/tests/data.py
@@ -22,7 +22,7 @@ EIP_SAMPLE_JSON = {
"keys/client/openvpn.pem" % PROVIDER),
"connect_on_login": True,
"block_cleartext_traffic": True,
- "primary_gateway": "usa_west",
+ "primary_gateway": "turkey",
"secondary_gateway": "france",
#"management_password": "oph7Que1othahwiech6J"
}