Skip to content

Commit 3652938

Browse files
committed
Fix policy fixture
1 parent 776c635 commit 3652938

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

fixtures/1.0.0/policy.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,14 @@
8383
{
8484
"args": {
8585
"newsletters": {
86-
"recipients": [
87-
{ "email": "bob@example.com" },
88-
{ "email": "alice@example.com" }
89-
]
86+
{
87+
"christmas": {
88+
"recipients": [
89+
{ "email": "bob@example.com" },
90+
{ "email": "alice@example.com" }
91+
]
92+
}
93+
}
9094
}
9195
},
9296
"policies": [

0 commit comments

Comments
 (0)