Skip to content

Commit cb2c460

Browse files
committed
fix: oops
1 parent d1f2a5c commit cb2c460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test/http/reverse-proxy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as httpProxy from "../..";
99
import getPort from "../get-port";
1010
import * as net from "node:net";
1111
import log from "../log";
12-
import { HttpsProxyAgent } from "node:https-proxy-agent";
12+
import { HttpsProxyAgent } from "https-proxy-agent";
1313
import fetch from "node-fetch";
1414

1515
describe("Reverse proxying -- create a server that...", () => {

0 commit comments

Comments
 (0)