Skip to content

Commit cee80b4

Browse files
committed
Fix test
1 parent 4cb56d1 commit cee80b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mars-cli/tests/test_credential_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ def test_create_credentials_manager():
1414

1515

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

0 commit comments

Comments
 (0)