This commit is contained in:
Christian Mehlmauer
2017-12-06 19:18:15 +01:00
parent 952395d0c1
commit 166112209e

View File

@@ -126,7 +126,7 @@ class Browser
def merge_request_params(params = {}) def merge_request_params(params = {})
if @proxy if @proxy
params.merge!(proxy: @proxy) params.merge!(proxy: @proxy)
params.merge!(proxyauth: @proxy_auth) if @proxy_auth params.merge!(proxyuserpwd: @proxy_auth) if @proxy_auth
end end
if @basic_auth if @basic_auth