mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Merge pull request #4955 from tecracer-theinen/fix/auditd-test
Fix deprecation warning on auditd test
This commit is contained in:
commit
b01462227d
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ describe "Inspec::Resources::AuditDaemon" do
|
|||
action_items << param["action"] if param["action"]
|
||||
end
|
||||
|
||||
list_items.uniq.must_equal ["exit"]
|
||||
action_items.uniq.must_equal ["always"]
|
||||
_(list_items.uniq).must_equal ["exit"]
|
||||
_(action_items.uniq).must_equal ["always"]
|
||||
end
|
||||
|
||||
it "auditd syscall interface" do
|
||||
|
|
Loading…
Reference in a new issue