mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Fix JSON automate unit test
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
fb25c547d0
commit
d600089931
1 changed files with 6 additions and 3 deletions
9
test/fixtures/reporters/json_merged_output
vendored
9
test/fixtures/reporters/json_merged_output
vendored
|
@ -62,7 +62,8 @@
|
|||
"code_desc": "File /etc/hosts mode should eq 420",
|
||||
"run_time": 0.031503,
|
||||
"start_time": "2018-07-30T08:56:41-04:00",
|
||||
"resource_params": ""
|
||||
"resource_params": "",
|
||||
"resource_id": "File /etc/hosts"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -103,7 +104,8 @@
|
|||
"code_desc": "File /etc/passwd should exist",
|
||||
"run_time": 0.003954,
|
||||
"start_time": "2018-07-30T08:56:41-04:00",
|
||||
"resource_params": ""
|
||||
"resource_params": "",
|
||||
"resource_id": "File /etc/passwd"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -134,7 +136,8 @@
|
|||
"start_time": "2018-07-30T08:56:41-04:00",
|
||||
"resource": "Operating System Detection",
|
||||
"skip_message": "Skipped control due to only_if condition.",
|
||||
"resource_params": ""
|
||||
"resource_params": "",
|
||||
"resource_id": "Operating System Detection"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue