mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-05 10:39:25 +00:00
Rename the test more appropriately
This commit is contained in:
parent
aef0e9ddf9
commit
f88bc1e489
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue