Update tests with archive prompt responses

This commit is contained in:
thePR0M3TH3AN
2025-07-07 13:27:42 -04:00
parent 6c0418ea25
commit 5966440864
4 changed files with 4 additions and 4 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", "", "n"])
monkeypatch.setattr("builtins.input", lambda *a, **k: next(inputs))
pm.handle_retrieve_entry()