mirror of https://github.com/actions/toolkit
Update proxy.test.ts
parent
4fefed4466
commit
7b24f92e45
|
@ -255,11 +255,6 @@ describe('proxy', () => {
|
||||||
// no support for ipv6 for now
|
// no support for ipv6 for now
|
||||||
expect(httpClient.get('http://[::1]:8091')).rejects.toThrow()
|
expect(httpClient.get('http://[::1]:8091')).rejects.toThrow()
|
||||||
|
|
||||||
// ipv6 not supported atm
|
|
||||||
// expect(async () => await httpClient.get(
|
|
||||||
// 'http://[::1]:8091'
|
|
||||||
// )).toThrow()
|
|
||||||
|
|
||||||
// proxy at _proxyUrl was ignored
|
// proxy at _proxyUrl was ignored
|
||||||
expect(_proxyConnects).toEqual([])
|
expect(_proxyConnects).toEqual([])
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Reference in New Issue