diff --git a/features/steps/core.py b/features/steps/core.py index 02cc2017..8d6dbe02 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -164,6 +164,7 @@ def use_password(context, password, num=1): context.password = iter([password] * num) +@given("we have a keyring") @given("we have a {type} keyring") def set_keyring(context, type=None): if type == "locked":