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

@@ -42,7 +42,7 @@ def test_retrieve_entry_shows_custom_fields(monkeypatch, capsys):
],
)
inputs = iter(["0", "y", "", "n"])
inputs = iter(["0", "y", "", ""])
monkeypatch.setattr("builtins.input", lambda *a, **k: next(inputs))
pm.handle_retrieve_entry()