diff --git a/fixtures/1.0.0/policy.json b/fixtures/1.0.0/policy.json index 8f291e0d..2bd9df11 100644 --- a/fixtures/1.0.0/policy.json +++ b/fixtures/1.0.0/policy.json @@ -83,13 +83,11 @@ { "args": { "newsletters": { - { - "christmas": { - "recipients": [ - { "email": "bob@example.com" }, - { "email": "alice@example.com" } - ] - } + "christmas": { + "recipients": [ + { "email": "bob@example.com" }, + { "email": "alice@example.com" } + ] } } },