From b8e102550fc67ad21cb2afd3f02a76ae5258cb09 Mon Sep 17 00:00:00 2001 From: CahidArda Date: Mon, 4 Nov 2024 10:42:52 +0300 Subject: [PATCH] fix: test --- pkg/http.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/http.test.ts b/pkg/http.test.ts index 569aeb52..38d2122b 100644 --- a/pkg/http.test.ts +++ b/pkg/http.test.ts @@ -5,7 +5,7 @@ describe("http", () => { test("should terminate after sleeping 5 times", async () => { // init a cient which will always get errors const redis = new Redis({ - url: process.env.UPSTASH_REDIS_REST_URL, + url: undefined, token: "non-existent", // set retry explicitly retry: {