summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-29 11:30:29 -0700
committerTim Smith <tsmith@chef.io>2021-04-29 11:30:29 -0700
commit7769e4060d105ae86e2f5fa4221688e2cb7387da (patch)
tree142fa63153f015aa6c5cc4c6228a34170bff2373
parent27c70a4ac01c8e01ffa9b8b131eac5c4be410a9a (diff)
downloadchef-cli_by_default.tar.gz
Update the specscli_by_default
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/compliance/runner_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/compliance/runner_spec.rb b/spec/unit/compliance/runner_spec.rb
index 3948970137..e60195b8ec 100644
--- a/spec/unit/compliance/runner_spec.rb
+++ b/spec/unit/compliance/runner_spec.rb
@@ -234,7 +234,7 @@ describe Chef::Compliance::Runner do
inputs = runner.inspec_opts[:inputs]
expect(inputs["tacos"]).to eq("lunch")
- expect(inputs["chef_node"]["audit"]["reporter"]).to eq("json-file")
+ expect(inputs["chef_node"]["audit"]["reporter"]).to eq(%w{json-file cli})
expect(inputs["chef_node"]["chef_environment"]).to eq("_default")
end
end