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

@@ -74,7 +74,7 @@ def test_list_entries_show_details(monkeypatch, capsys):
lambda *a, **k: "b",
)
inputs = iter(["1", "0"])
inputs = iter(["1", "0", "n"])
monkeypatch.setattr("builtins.input", lambda *_: next(inputs))
pm.handle_list_entries()