summaryrefslogtreecommitdiff
path: root/spec/unit/rest_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/rest_spec.rb')
-rw-r--r--spec/unit/rest_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/rest_spec.rb b/spec/unit/rest_spec.rb
index a8eb1ac7db..f20672ef25 100644
--- a/spec/unit/rest_spec.rb
+++ b/spec/unit/rest_spec.rb
@@ -247,9 +247,9 @@ describe Chef::REST do
http_response
end
- let(:host_header) { "one:80" }
+ let(:host_header) { "one" }
- let(:url) { URI.parse("https://one:80/?foo=bar") }
+ let(:url) { URI.parse("http://one:80/?foo=bar") }
let(:base_url) { "http://chef.example.com:4000" }