mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-24 16:32:20 -04:00
Make db init test work (#771)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user