From 6a6c2f9c3ae3e371dce655b5d98b3a3b5e27db66 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 23 Nov 2021 09:51:54 +0100 Subject: [PATCH] update EoL URI syntax https://github.com/ruby/uri/issues/14 --- spec/acceptance/authentication_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/authentication_spec.rb b/spec/acceptance/authentication_spec.rb index cf7754fb..a264f5f5 100644 --- a/spec/acceptance/authentication_spec.rb +++ b/spec/acceptance/authentication_spec.rb @@ -3,7 +3,7 @@ context 'authenticated download' do let(:source) do - URI.escape("http://httpbin.org/basic-auth/user/#{password}") + CGI.escape("http://httpbin.org/basic-auth/user/#{password}") end let(:pp) do <<-EOS