Index: chromeos/test/data/network/managed_vpn.onc |
diff --git a/chromeos/test/data/network/managed_vpn.onc b/chromeos/test/data/network/managed_vpn.onc |
index c12bfc9fcaf7c1ac36e8fb3ce313e58894b7fd5f..d90338a1e8f7b2800a52a241d7e9777377218de7 100644 |
--- a/chromeos/test/data/network/managed_vpn.onc |
+++ b/chromeos/test/data/network/managed_vpn.onc |
@@ -1,11 +1,11 @@ |
{ "GUID": "123", |
"Type": "VPN", |
"Name": "testopenvpn", |
- "IPConfigs": [ |
- { "Type": "IPv4", |
- "IPAddress": "127.0.0.1", |
- "RoutingPrefix": 32 } |
- ], |
+ "StaticIPConfig": { |
+ "Type": "IPv4", |
+ "IPAddress": "127.0.0.1", |
+ "RoutingPrefix": 32 |
+ }, |
"VPN": { |
"Host": "policys host", |
"Recommended": ["Host"], |