summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-12-16 17:01:00 -0800
committerPete Higgins <pete@peterhiggins.org>2020-12-16 17:01:00 -0800
commit87c0a58debaf1b69be80ce2f7b37b142b03a62fc (patch)
treef654ae7f762957ce58cbe429482f15a79affa4a9
parent0d30d97d83104ce82c86790f09e6a9aaf5491159 (diff)
downloadchef-87c0a58debaf1b69be80ce2f7b37b142b03a62fc.tar.gz
The port doesn't matter.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--spec/unit/http/ssl_policies_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/http/ssl_policies_spec.rb b/spec/unit/http/ssl_policies_spec.rb
index 3f5922fadd..718378d670 100644
--- a/spec/unit/http/ssl_policies_spec.rb
+++ b/spec/unit/http/ssl_policies_spec.rb
@@ -29,7 +29,7 @@ describe "HTTP SSL Policy" do
ENV["SSL_CERT_FILE"] = nil
end
- let(:unconfigured_http_client) { Net::HTTP.new("example.com", 443) }
+ let(:unconfigured_http_client) { Net::HTTP.new("example.com") }
let(:http_client) do
ssl_policy.apply
unconfigured_http_client