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

@@ -43,7 +43,7 @@ def test_handle_retrieve_totp_entry(monkeypatch, capsys):
entry_mgr.add_totp("Example", TEST_SEED)
inputs = iter(["0", "n"])
inputs = iter(["0", "n", ""])
monkeypatch.setattr("builtins.input", lambda *a, **k: next(inputs))
monkeypatch.setattr(pm.entry_manager, "get_totp_code", lambda *a, **k: "123456")
monkeypatch.setattr(