Skip to content

Commit

Permalink
update EoL URI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 23, 2021
1 parent 10f82cb commit 6a6c2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/authentication_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a6c2f9

Please sign in to comment.