summaryrefslogtreecommitdiff
path: root/spec/integration/knife/data_bag_show_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/knife/data_bag_show_spec.rb')
-rw-r--r--spec/integration/knife/data_bag_show_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/knife/data_bag_show_spec.rb b/spec/integration/knife/data_bag_show_spec.rb
index 42553dc478..35f12f9619 100644
--- a/spec/integration/knife/data_bag_show_spec.rb
+++ b/spec/integration/knife/data_bag_show_spec.rb
@@ -26,7 +26,7 @@ describe "knife data bag show", :workstation do
when_the_chef_server "is empty" do
it "raises error if try to retrieve it" do
- expect { knife("data bag show bag") }.to raise_error(Net::HTTPServerException)
+ expect { knife("data bag show bag") }.to raise_error(Net::HTTPClientException)
end
end