mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Fixed 2 failing tests w/ missing empty hash waiver data.
Doesn't prove that data is being passed through when we have it. Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
f9ec3053aa
commit
b03bc67bbb
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ module Inspec::Reporters
|
|||
line: c[:source_location][:line],
|
||||
ref: c[:source_location][:ref],
|
||||
},
|
||||
waiver_data: c[:waiver_data],
|
||||
waiver_data: c[:waiver_data] || {},
|
||||
results: profile_results(c),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue