Skip to content

Commit

Permalink
Fixed credential test
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Nov 2, 2022
1 parent 057ed82 commit 4385dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_credentials.py
Expand Up @@ -234,7 +234,7 @@ def test_user_pass_credential_provider_acl_user_and_pass(self, r, request):
def test_user_pass_provider_only_password(self, r, request):
password = "password"
provider = UsernamePasswordCredentialProvider(password=password)
assert provider.username is None
assert provider.username is ""
assert provider.password == password
assert provider.get_credentials() == (password,)

Expand Down

0 comments on commit 4385dfc

Please sign in to comment.