Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Nov 4, 2024
1 parent 71ad22c commit b8e1025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/http.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b8e1025

Please sign in to comment.