1
0
Fork 0

Update proxy.test.ts

pull/1361/head
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
1 changed files with 0 additions and 5 deletions

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 {