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:
parent
af9a6d82f4
commit
4fb1fff521
6 changed files with 16 additions and 7 deletions
|
|
@ -35,7 +35,9 @@ def test_import(unencrypted_notes: Path, command: ImportCommand, encryptor: Encr
|
|||
|
||||
|
||||
def test_import_unlink(
|
||||
unencrypted_notes: Path, command: ImportCommand, encryptor: Encryptor,
|
||||
unencrypted_notes: Path,
|
||||
command: ImportCommand,
|
||||
encryptor: Encryptor,
|
||||
):
|
||||
command.unlink = True
|
||||
command.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue