From c12ed4d2755c119555fac06accf66bf12ee7e3d0 Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Fri, 24 Jan 2020 08:44:25 +0530 Subject: Fix failing specs Signed-off-by: Vivek Singh --- spec/unit/knife/bootstrap_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/unit/knife') diff --git a/spec/unit/knife/bootstrap_spec.rb b/spec/unit/knife/bootstrap_spec.rb index 46415085bc..5a3d6a1475 100644 --- a/spec/unit/knife/bootstrap_spec.rb +++ b/spec/unit/knife/bootstrap_spec.rb @@ -382,7 +382,7 @@ describe Chef::Knife::Bootstrap do k end - let(:options) { ["--bootstrap-no-proxy", setting, "-s", "foo"] } + let(:options) { ["--bootstrap-no-proxy", setting] } let(:template_file) { File.expand_path(File.join(CHEF_SPEC_DATA, "bootstrap", "no_proxy.erb")) } -- cgit v1.2.1