Skip to content

Commit

Permalink
Add some random GUID
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCourvoisier committed Jan 3, 2025
1 parent 6f1a592 commit 8054622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.jest/setupEnvVars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ process.env = {
S3_BUCKET_NAME_DELETION: 'fake-deletion-bucket-nam',
S3_BUCKET_NAME_NORMALIZED: 'fake-normalized-bucket-name',
DBSDER_API_URL: 'http://localhost:3000',
DBSDER_API_KEY: 'xxx',
DBSDER_API_KEY: '24277eca-290c-40c3-9bf6-a370880d800b',
USE_AUTH: 'basic'
}

0 comments on commit 8054622

Please sign in to comment.