mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
reinstate getpass deletion
This commit is contained in:
parent
113d5e7318
commit
426deee489
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ def config_override(context, key_as_dots: str, override_value: str):
|
|||
with \
|
||||
mock.patch.object(jrnl.override,"_recursively_apply",wraps=jrnl.override._recursively_apply) as spy_recurse, \
|
||||
mock.patch('jrnl.install.load_or_install_jrnl', return_value=context.jrnl_config), \
|
||||
mock.patch('getpass.getpass',side_effect=_mock_getpass(password)) \
|
||||
:
|
||||
parsed_args = parse_args(context.args)
|
||||
run(parsed_args)
|
||||
|
|
Loading…
Add table
Reference in a new issue