Skip to content

Commit 4385dfc

Browse files
committed
Fixed credential test
1 parent 057ed82 commit 4385dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_user_pass_credential_provider_acl_user_and_pass(self, r, request):
234234
def test_user_pass_provider_only_password(self, r, request):
235235
password = "password"
236236
provider = UsernamePasswordCredentialProvider(password=password)
237-
assert provider.username is None
237+
assert provider.username is ""
238238
assert provider.password == password
239239
assert provider.get_credentials() == (password,)
240240

0 commit comments

Comments
 (0)