From f6b640161035219daf7eaa7f6aaef3d79abd7d39 Mon Sep 17 00:00:00 2001 From: Eric Pierce Date: Fri, 17 Nov 2023 10:04:18 -0800 Subject: [PATCH] Fix test --- tests/test_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_config.py b/tests/test_config.py index caf0a751..a100201b 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -38,7 +38,8 @@ def tearDown(self): action_store_json_creds=False, action_setup_fido_authenticator=False, open_browser=False, - force_classic=False + force_classic=False, + disable_keychain=False ), ) def test_get_args_username(self, mock_arg):