diff --git a/__tests__/proxy-policy.test.ts b/__tests__/proxy-policy.test.ts index 5331557..82cae80 100644 --- a/__tests__/proxy-policy.test.ts +++ b/__tests__/proxy-policy.test.ts @@ -127,7 +127,7 @@ describe('proxyPolicy', () => { expect(Object.keys(headerObj).length).toBe(0) }) - test('does not leak application headers into HttpProxyAgent CONNECT request', async () => { + test('selects HttpProxyAgent for plain HTTP requests without leaking headers', async () => { const policy = proxyPolicy() const next = createCapturingNext()