Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Nov 21, 2024
1 parent 4cb56d1 commit cee80b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mars-cli/tests/test_credential_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def test_create_credentials_manager():


def test_set_password_keyring():
cm = CredentialManager("mars-cli")
cm = CredentialManager("webin")
cm.set_password_keyring("username", "password")
assert cm.get_password_keyring("username") == "password"

0 comments on commit cee80b4

Please sign in to comment.