summaryrefslogtreecommitdiff
path: root/spec/unit/resource_reporter_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource_reporter_spec.rb')
-rw-r--r--spec/unit/resource_reporter_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource_reporter_spec.rb b/spec/unit/resource_reporter_spec.rb
index 0ea704084c..97a4fe4b30 100644
--- a/spec/unit/resource_reporter_spec.rb
+++ b/spec/unit/resource_reporter_spec.rb
@@ -635,7 +635,7 @@ describe Chef::ResourceReporter do
end
it "prints an error about the 404" do
- expect(Chef::Log).to receive(:debug).with(/404/)
+ expect(Chef::Log).to receive(:trace).with(/404/)
@resource_reporter.run_started(@run_status)
end