mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-05 02:29:24 +00:00
Update __tests__/proxy-policy.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7a137977ba
commit
d4973cc41a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,10 +12,10 @@ import {describe, test, expect, beforeEach, afterEach} from '@jest/globals'
|
|||
|
||||
import {
|
||||
createPipelineRequest,
|
||||
proxyPolicy,
|
||||
type PipelineRequest,
|
||||
type SendRequest
|
||||
} from '@typespec/ts-http-runtime'
|
||||
import {proxyPolicy} from '@typespec/ts-http-runtime/internal/policies'
|
||||
import {HttpsProxyAgent} from 'https-proxy-agent'
|
||||
import {HttpProxyAgent} from 'http-proxy-agent'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue