diff options
Diffstat (limited to 'ci/test.ps1')
-rw-r--r-- | ci/test.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test.ps1 b/ci/test.ps1 index 7a55bff79..1b483894c 100644 --- a/ci/test.ps1 +++ b/ci/test.ps1 @@ -60,7 +60,7 @@ if (-not $Env:SKIP_PROXY_TESTS) { Write-Host "Running proxy tests" Write-Host "" - $Env:GITTEST_REMOTE_PROXY_URL="localhost:8080" + $Env:GITTEST_REMOTE_PROXY_HOST="localhost:8080" $Env:GITTEST_REMOTE_PROXY_USER="foo" $Env:GITTEST_REMOTE_PROXY_PASS="bar" |