Skip to content

Commit

Permalink
Update packages/http-client/__tests__/proxy.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bassem Dghaidi <[email protected]>
  • Loading branch information
rentziass and Link- authored May 23, 2023
1 parent 672c88e commit bbab4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http-client/__tests__/proxy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ describe('proxy', () => {
expect(_proxyConnects).toEqual(['postman-echo.com:80'])
})

it('HttoClient does basic http get request when bypass proxy', async () => {
it('HttpClient does basic http get request when bypass proxy', async () => {
process.env['http_proxy'] = _proxyUrl
process.env['no_proxy'] = 'postman-echo.com'
const httpClient = new httpm.HttpClient()
Expand Down

0 comments on commit bbab4be

Please sign in to comment.