mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Fix keyring step to allow no type
This commit is contained in:
parent
b8ca9f175c
commit
5c78b6b20e
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ def use_password(context, password, num=1):
|
||||||
context.password = iter([password] * num)
|
context.password = iter([password] * num)
|
||||||
|
|
||||||
|
|
||||||
|
@given("we have a keyring")
|
||||||
@given("we have a {type} keyring")
|
@given("we have a {type} keyring")
|
||||||
def set_keyring(context, type=None):
|
def set_keyring(context, type=None):
|
||||||
if type == "locked":
|
if type == "locked":
|
||||||
|
|
Loading…
Add table
Reference in a new issue