summaryrefslogtreecommitdiff
path: root/spec/unit/http/basic_client_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/http/basic_client_spec.rb')
-rw-r--r--spec/unit/http/basic_client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/http/basic_client_spec.rb b/spec/unit/http/basic_client_spec.rb
index 4abdb52620..97356b4887 100644
--- a/spec/unit/http/basic_client_spec.rb
+++ b/spec/unit/http/basic_client_spec.rb
@@ -113,7 +113,7 @@ describe "HTTP Connection" do
context "when an empty proxy is set by the environment" do
let(:env) do
{
- "https_proxy" => ""
+ "https_proxy" => "",
}
end