From 5c78b6b20eedd3364d780ecba010f06ff71fbd78 Mon Sep 17 00:00:00 2001 From: karimpwnz Date: Sat, 2 Jan 2021 16:31:13 +0200 Subject: [PATCH] Fix keyring step to allow no type --- features/steps/core.py | 1 + 1 file changed, 1 insertion(+) 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":