feat: add remote_public_keys_timeout option in order to set the time after which the retrieval of external public keys should be interrupted

This commit is contained in:
cătălin 2023-11-29 18:15:34 +01:00
commit 4fb1fff521
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
6 changed files with 16 additions and 7 deletions

View file

@ -16,7 +16,8 @@ def test_edit_raises_invalid_age_file(notes, settings: Settings):
def test_edit_current_note(mock_edit, current_note, settings: Settings, encryptor):
edit_command = EditCommand(
note_path=settings.notebooks_root_path, settings=settings,
note_path=settings.notebooks_root_path,
settings=settings,
)
assert edit_command.note_path == current_note
edit_command.run()