diff --git a/features/steps/core.py b/features/steps/core.py index d077535e..ea97dd39 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -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: