Skip to content

Commit

Permalink
remove not needed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Dec 17, 2024
1 parent 886a3fe commit fdddc3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/APL/vercel-kv/vercel-kv-apl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const APP_NAME_NAMESPACE = "test-app";

describe("VercelKvApl", () => {
beforeEach(() => {
vi.stubEnv("KV_URL", "https://url.vercel.io");
vi.stubEnv("KV_REST_API_URL", "https://url.vercel.io");
vi.stubEnv("KV_REST_API_TOKEN", "test-token");
vi.stubEnv("KV_REST_API_READ_ONLY_TOKEN", "test-read-token");
Expand Down
1 change: 0 additions & 1 deletion src/APL/vercel-kv/vercel-kv-apl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export class VercelKvApl implements APL {

private envVariablesRequiredByKvExist() {
const variables = [
"KV_URL",
"KV_REST_API_URL",
"KV_REST_API_TOKEN",
"KV_REST_API_READ_ONLY_TOKEN",
Expand Down

0 comments on commit fdddc3b

Please sign in to comment.