mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +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],
|
line: c[:source_location][:line],
|
||||||
ref: c[:source_location][:ref],
|
ref: c[:source_location][:ref],
|
||||||
},
|
},
|
||||||
waiver_data: c[:waiver_data],
|
waiver_data: c[:waiver_data] || {},
|
||||||
results: profile_results(c),
|
results: profile_results(c),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue