From f88bc1e48989d270bc67336c883e0a21c92f8285 Mon Sep 17 00:00:00 2001 From: joelwizard Date: Fri, 3 Apr 2026 15:56:04 -0700 Subject: [PATCH] Rename the test more appropriately --- __tests__/proxy-policy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()