Skip to content

Commit daf1cb7

Browse files
committed
small fix
1 parent 10bb4e8 commit daf1cb7

1 file changed

Lines changed: 24 additions & 14 deletions

File tree

t/inline-allow-deny.json

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,20 @@
4444
]
4545
},
4646
{
47-
"op": "Contains",
47+
"op": "Not",
4848
"args": [
4949
{
50-
"op": "Load",
51-
"const": "params.reader"
52-
},
53-
{
54-
"op": "Load",
55-
"const": "requester.ccid"
50+
"op": "Contains",
51+
"args": [
52+
{
53+
"op": "Load",
54+
"const": "params.reader"
55+
},
56+
{
57+
"op": "Load",
58+
"const": "requester.ccid"
59+
}
60+
]
5661
}
5762
]
5863
}
@@ -101,15 +106,20 @@
101106
]
102107
},
103108
{
104-
"op": "Contains",
109+
"op": "Not",
105110
"args": [
106111
{
107-
"op": "Load",
108-
"const": "params.writer"
109-
},
110-
{
111-
"op": "Load",
112-
"const": "requester.ccid"
112+
"op": "Contains",
113+
"args": [
114+
{
115+
"op": "Load",
116+
"const": "params.writer"
117+
},
118+
{
119+
"op": "Load",
120+
"const": "requester.ccid"
121+
}
122+
]
113123
}
114124
]
115125
}

0 commit comments

Comments
 (0)