mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 00:09:04 +00:00
Update tests with archive prompt responses
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user