From d4973cc41aa38be3a4b04cf564277145644c1383 Mon Sep 17 00:00:00 2001 From: Joel Williams Date: Fri, 3 Apr 2026 15:35:25 -0700 Subject: [PATCH] Update __tests__/proxy-policy.test.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- __tests__/proxy-policy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/proxy-policy.test.ts b/__tests__/proxy-policy.test.ts index e6cccde..e00f9d1 100644 --- a/__tests__/proxy-policy.test.ts +++ b/__tests__/proxy-policy.test.ts @@ -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'