Skip to content

Commit 1b7cffe

Browse files
test(shared): use a real 32-char SOURCEBOT_ENCRYPTION_KEY
The test value was named "...-32-characters!" but was actually 34 chars, which now fails the length validation. Replace it with a true 32-character value. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent def438b commit 1b7cffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
SOURCEBOT_PUBLIC_KEY_PATH: '/tmp/test-key',
1212
NODE_ENV: 'test',
1313
CONFIG_PATH: '/tmp/test-config.json',
14-
SOURCEBOT_ENCRYPTION_KEY: 'test-encryption-key-32-characters!',
14+
SOURCEBOT_ENCRYPTION_KEY: 'test-encryption-key-32chars-pad!',
1515
SOURCEBOT_LIGHTHOUSE_URL: 'http://localhost:3003',
1616
}
1717
}

0 commit comments

Comments
 (0)