Update proxy.test.ts

This commit is contained in:
Ferenc Hammerl 2023-03-02 14:51:56 +01:00 committed by GitHub
parent 4fefed4466
commit 7b24f92e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,11 +255,6 @@ describe('proxy', () => {
// no support for ipv6 for now
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
expect(_proxyConnects).toEqual([])
} finally {