mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-09 00:12:07 +00:00
Rename the test more appropriately
This commit is contained in:
parent
aef0e9ddf9
commit
f88bc1e489
@ -127,7 +127,7 @@ describe('proxyPolicy', () => {
|
|||||||
expect(Object.keys(headerObj).length).toBe(0)
|
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 policy = proxyPolicy()
|
||||||
const next = createCapturingNext()
|
const next = createCapturingNext()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user