Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
epierce committed Nov 17, 2023
1 parent fcac441 commit f6b6401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f6b6401

Please sign in to comment.