refactor: use reflection to mark file based env variables (#815)

This commit is contained in:
Elias Schneider
2025-08-07 20:41:00 +02:00
committed by GitHub
parent 535bc9f46b
commit 5a031f5d1b
3 changed files with 210 additions and 82 deletions

View File

@@ -141,7 +141,7 @@ func testKeyRotateWithDatabaseStorage(t *testing.T, flags keyRotateFlags, wantEr
// Set up database storage config
envConfig := &common.EnvConfigSchema{
KeysStorage: "database",
EncryptionKey: "test-encryption-key-characters-long",
EncryptionKey: []byte("test-encryption-key-characters-long"),
}
// Create test database