Make db init test work (#771)

This commit is contained in:
Leendert de Borst
2025-04-25 20:45:00 +02:00
parent 51b3956caf
commit cb61b73553
3 changed files with 31 additions and 56 deletions

View File

@@ -134,7 +134,7 @@ public class TestVaultGeneratorTests : BrowserExtensionPlaywrightTest
// Ensure the output directory exists
Directory.CreateDirectory(vaultOutputDir);
var tempVaultPath = Path.Combine(vaultOutputDir, "test-vault.encrypted.blob");
var tempVaultPath = Path.Combine(vaultOutputDir, "test-encrypted-vault.txt");
await File.WriteAllTextAsync(tempVaultPath, vault.VaultBlob);
// Generate the decryption key using the same method as the login page