mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-09 00:12:07 +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
@ -12,10 +12,10 @@ import {describe, test, expect, beforeEach, afterEach} from '@jest/globals'
|
|||||||
|
|
||||||
import {
|
import {
|
||||||
createPipelineRequest,
|
createPipelineRequest,
|
||||||
|
proxyPolicy,
|
||||||
type PipelineRequest,
|
type PipelineRequest,
|
||||||
type SendRequest
|
type SendRequest
|
||||||
} from '@typespec/ts-http-runtime'
|
} from '@typespec/ts-http-runtime'
|
||||||
import {proxyPolicy} from '@typespec/ts-http-runtime/internal/policies'
|
|
||||||
import {HttpsProxyAgent} from 'https-proxy-agent'
|
import {HttpsProxyAgent} from 'https-proxy-agent'
|
||||||
import {HttpProxyAgent} from 'http-proxy-agent'
|
import {HttpProxyAgent} from 'http-proxy-agent'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user