Chromium Code Reviews| Index: chromeos/test/data/network/repaired_toplevel_partially_invalid.onc |
| diff --git a/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc b/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc |
| index a2bce877db0d68015fed6a4e699d81f19c199564..5c1c5161be9e7d147b8a2b0e7cfac350871e7a2b 100644 |
| --- a/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc |
| +++ b/chromeos/test/data/network/repaired_toplevel_partially_invalid.onc |
| @@ -3,11 +3,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"], |