Skip to content

Commit cce7986

Browse files
committed
Fixed json policy parsing test
Changelog: Fixed json policy parsing by adding new field "evaluation_order" to the expected output Signed-off-by: Victor Moene <[email protected]>
1 parent aa4e6c2 commit cce7986

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/acceptance/24_cmd_line_arguments/parsed_policy.cf.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ body common control()
6363
{
6464
"arguments": [],
6565
"bundleType": "agent",
66+
"evaluation_order": "undefined",
6667
"line": 7,
6768
"name": "test",
6869
"namespace": "default",
@@ -189,6 +190,7 @@ body common control()
189190
{
190191
"arguments": [],
191192
"bundleType": "agent",
193+
"evaluation_order": "undefined",
192194
"line": 7,
193195
"name": "test",
194196
"namespace": "default",
@@ -243,6 +245,7 @@ body common control()
243245
{
244246
"arguments": [],
245247
"bundleType": "common",
248+
"evaluation_order": "undefined",
246249
"line": 1,
247250
"name": "extra",
248251
"namespace": "default",

0 commit comments

Comments
 (0)