Skip to content

Commit

Permalink
Remove unused env variables for test
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Nov 21, 2024
1 parent c920a5c commit dca339f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/stitcher/test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ process.env = {
S3_ACCESS_KEY: "s3-access-key",
S3_SECRET_KEY: "s3-secret-key",
S3_BUCKET: "s3-bucket",
REDIS_HOST: "redis-host",
REDIS_PORT: "6379",
};

0 comments on commit dca339f

Please sign in to comment.