diff options
Diffstat (limited to 'src/leap/eip/tests/data.py')
-rw-r--r-- | src/leap/eip/tests/data.py | 2 |
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" } |