diff --git a/types/http-proxy-agent/http-proxy-agent-tests.ts b/types/http-proxy-agent/http-proxy-agent-tests.ts index 2158a9129f712c..641d4d69119673 100644 --- a/types/http-proxy-agent/http-proxy-agent-tests.ts +++ b/types/http-proxy-agent/http-proxy-agent-tests.ts @@ -6,6 +6,7 @@ new Agent({}); new Agent({ host: 'url' }); new Agent({}).proxy; + new Agent({}).secureProxy; // $ExpectError