Chromium Code Reviews| Index: chromeos/test/data/network/managed_vpn_without_recommended.onc |
| diff --git a/chromeos/test/data/network/managed_vpn_without_recommended.onc b/chromeos/test/data/network/managed_vpn_without_recommended.onc |
| index 471ff23ffc9f9fa3f1418c3dac122c0c770201e4..eaa6795d6f795d31bf858c87902e1bb6bdf65886 100644 |
| --- a/chromeos/test/data/network/managed_vpn_without_recommended.onc |
| +++ b/chromeos/test/data/network/managed_vpn_without_recommended.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", |
| "Type": "OpenVPN", |