Skip to content

Commit 5543da1

Browse files
committed
Use 32 bytes mock encryption key in the test setup
1 parent 4c1b5f1 commit 5543da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/test/registryConfig.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("getRegistryConfig", () => {
88
DIRECT_URL: "postgresql://test:test@localhost:5432/test",
99
SESSION_SECRET: "test-session-secret",
1010
MAGIC_LINK_SECRET: "test-magic-link-secret",
11-
ENCRYPTION_KEY: "test-encryption-key",
11+
ENCRYPTION_KEY: "test-encryption-keeeeey-32-bytes",
1212
CLICKHOUSE_URL: "http://localhost:8123",
1313
};
1414

0 commit comments

Comments
 (0)