aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/js/bun/http/proxy.test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/bun/http/proxy.test.ts b/test/js/bun/http/proxy.test.ts
index f5cfe2478..8951fdd83 100644
--- a/test/js/bun/http/proxy.test.ts
+++ b/test/js/bun/http/proxy.test.ts
@@ -75,6 +75,7 @@ beforeAll(async () => {
});
afterAll(() => {
+ if (!HTTP_PROXY_PATH) return;
server.stop();
proxy.stop();
auth_proxy.stop();