Skip to content

Commit 2376207

Browse files
committed
Fix tests
1 parent a28e8e3 commit 2376207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/__tests__/setup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (!process.env.RESEND_API_KEY) {
88
}
99

1010
if (!process.env["ENCRYPTION_KEY"]) {
11-
process.env["ENCRYPTION_KEY"] = "test-key"
11+
process.env["ENCRYPTION_KEY"] = "1234567890123456789012345678901212345678901234567890123456789012"
1212
}
1313
// If some services are not needed during testing, you can use dummy values
1414
if (!process.env.AMAZON_ACCESS_KEY) {

0 commit comments

Comments
 (0)