summaryrefslogtreecommitdiff
path: root/spec/unit/audit/audit_event_proxy_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/audit/audit_event_proxy_spec.rb')
-rw-r--r--spec/unit/audit/audit_event_proxy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/audit/audit_event_proxy_spec.rb b/spec/unit/audit/audit_event_proxy_spec.rb
index 820e670f1c..0e35343352 100644
--- a/spec/unit/audit/audit_event_proxy_spec.rb
+++ b/spec/unit/audit/audit_event_proxy_spec.rb
@@ -44,7 +44,7 @@ describe Chef::Audit::AuditEventProxy do
let(:parents) { [double("ExampleGroup")] }
it "notifies control_group_started event" do
- expect(Chef::Log).to receive(:debug).
+ expect(Chef::Log).to receive(:trace).
with("Entered \`control_group\` block named poots")
expect(events).to receive(:control_group_started).
with(description)