Update __tests__/proxy-policy.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Joel Williams 2026-04-03 15:35:25 -07:00 committed by GitHub
parent 7a137977ba
commit d4973cc41a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'