mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Update set_keyring step
This commit is contained in:
parent
a635370820
commit
98956b26d9
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ def use_password(context, password, num=1):
|
|||
|
||||
@given("we have a keyring")
|
||||
@given("we have a {type} keyring")
|
||||
def set_keyring(context, type=None):
|
||||
def set_keyring(context, type=""):
|
||||
if type == "failed":
|
||||
keyring.set_keyring(FailedKeyring())
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue