summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit')
-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 e60195b8ec..e41b80f5b1 100644
--- a/spec/unit/compliance/runner_spec.rb
+++ b/spec/unit/compliance/runner_spec.rb
@@ -221,7 +221,7 @@ describe Chef::Compliance::Runner do
inputs = runner.inspec_opts[:inputs]
expect(inputs["tacos"]).to eq("lunch")
- expect(inputs.key?("chef_node")).to eq(false)
+ expect(inputs.key?("chef_node")).to eq(true)
end
it "includes chef_node in inputs with chef_node_attribute_enabled set" do