We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb56d1 commit cee80b4Copy full SHA for cee80b4
mars-cli/tests/test_credential_manager.py
@@ -14,6 +14,6 @@ def test_create_credentials_manager():
14
15
16
def test_set_password_keyring():
17
- cm = CredentialManager("mars-cli")
+ cm = CredentialManager("webin")
18
cm.set_password_keyring("username", "password")
19
assert cm.get_password_keyring("username") == "password"
0 commit comments