Chromium Code Reviews| Index: chromeos/test/data/network/device_policy.onc |
| diff --git a/chromeos/test/data/network/device_policy.onc b/chromeos/test/data/network/device_policy.onc |
| index 663af5ba397879830d17ef6e44f03808fa013986..afcedc597d8a7c8c298f4960e8d3b69ed172bf72 100644 |
| --- a/chromeos/test/data/network/device_policy.onc |
| +++ b/chromeos/test/data/network/device_policy.onc |
| @@ -1,10 +1,10 @@ |
| { "GUID": "123", |
| "Type": "VPN", |
| "Name": "testopenvpn", |
| - "IPConfigs": [ |
| - { "Type": "IPv4", |
| - "IPAddress": "127.0.0.1" } |
| - ], |
| + "StaticIPConfig": { |
| + "Type": "IPv4", |
| + "IPAddress": "127.0.0.1" |
| + }, |
| "VPN": { |
| "Host": "device policys host", |
| "Recommended": ["Host"], |