mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Typo in test
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
4dbee6b7bd
commit
46541a7cae
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ describe "waivers" do
|
|||
|
||||
describe "with --filter-waived-controls flag" do
|
||||
it "can execute and not hit failures" do
|
||||
inspec("exec " + "#{waivers_profiles_path}/purely-broken-controls" + "--filter-waived-controls --waiver-file #{waivers_profiles_path}/purely-broken-controls/files/waivers.yml" + " --no-create-lockfile" + " --no-color")
|
||||
inspec("exec " + "#{waivers_profiles_path}/purely-broken-controls" + " --filter-waived-controls --waiver-file #{waivers_profiles_path}/purely-broken-controls/files/waivers.yml" + " --no-create-lockfile" + " --no-color")
|
||||
_(stderr).must_equal ""
|
||||
_(stdout).wont_include("Control Source Code Error")
|
||||
_(stdout).must_include "\nProfile Summary: 1 successful control, 0 control failures, 0 controls skipped\n"
|
||||
|
|
Loading…
Reference in a new issue