Update retrieve entry tests for new action menu

This commit is contained in:
thePR0M3TH3AN
2025-07-08 11:02:41 -04:00
parent ff67a38425
commit 2478c44762
4 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ def test_show_qr_for_nostr_keys(monkeypatch):
idx = entry_mgr.add_nostr_key("main")
npub, _ = entry_mgr.get_nostr_key_pair(idx, TEST_SEED)
inputs = iter([str(idx), "n", ""])
inputs = iter([str(idx), "n", "", ""])
monkeypatch.setattr("builtins.input", lambda *a, **k: next(inputs))
responses = iter([True, False])
monkeypatch.setattr(