diff --git a/features/steps/core.py b/features/steps/core.py index fd7f63de..02cc2017 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -173,6 +173,7 @@ def set_keyring(context, type=None): else: keyring.set_keyring(TestKeyring()) + @given("we do not have a keyring") def disable_keyring(context): keyring.core.set_keyring(NoKeyring())