This commit is contained in:
Steve-Mcl 2024-03-17 17:01:25 +00:00
parent dcfb4c9a79
commit d31abda28f

View File

@ -155,7 +155,7 @@ describe('Proxy Helper', function () {
testProxyUrl(env, 'https://upper-case-proxy', 'https://example', null, 'returns HTTPS_PROXY because lowerCaseOnly is false by default');
});
describe('favourLowerCase:false should cause *_PROXY to being used before *_proxy', function () {
describe('favourUpperCase:false should cause *_PROXY to being used before *_proxy', function () {
const env = {};
env.HTTP_PROXY = 'http://upper-case-proxy';
env.http_proxy = 'http://lower-case-proxy';