diff options
Diffstat (limited to 'spec/unit/client_spec.rb')
-rw-r--r-- | spec/unit/client_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/client_spec.rb b/spec/unit/client_spec.rb index 275f5cbbfc..ba71b3b6a4 100644 --- a/spec/unit/client_spec.rb +++ b/spec/unit/client_spec.rb @@ -445,7 +445,7 @@ EOM end it "should log and continue on" do - expect(Chef::Log).to receive(:info) + expect(Chef::Log).to receive(:debug) client.load_required_recipe(rest, run_context) end end |