Update tests to use HTTPS for postman-echo.com and adjust proxy environment variable

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-15 16:28:21 +01:00
parent b5befc6c6d
commit 57cd003e61
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ describe('proxy', () => {
})
it('HttpClient does basic http get request through proxy', async () => {
process.env['http_proxy'] = _proxyUrl
process.env['https_proxy'] = _proxyUrl
const httpClient = new httpm.HttpClient()
const res: httpm.HttpClientResponse = await httpClient.get(
'https://postman-echo.com/get'