Fix profile switching to reload parent seed

This commit is contained in:
thePR0M3TH3AN
2025-07-01 23:15:33 -04:00
parent bfa746373b
commit 4c7b0edabc
3 changed files with 32 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ def test_add_and_switch_fingerprint(monkeypatch):
monkeypatch.setattr(
PasswordManager,
"setup_encryption_manager",
lambda self, d, password=None: None,
lambda self, d, password=None, exit_on_fail=True: True,
)
monkeypatch.setattr(PasswordManager, "load_parent_seed", lambda self, d: None)
monkeypatch.setattr(PasswordManager, "initialize_bip85", lambda self: None)