Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
jaraco committed Oct 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 916c039 commit 562c69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyring/testing/backend.py
Original file line number Diff line number Diff line change
@@ -195,6 +195,6 @@ def test_wrong_username_returns_none(self):

assert keyring.get_credential(service, "user1").password == password_1
assert keyring.get_credential(service, "user2").password == password_2

# Missing/wrong username should not return a cred
assert keyring.get_credential(service, "nobody!") is None

0 comments on commit 562c69f

Please sign in to comment.