We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a5f0f commit 2ee04efCopy full SHA for 2ee04ef
tests/integration/dbapi/sync/test_auth.py
@@ -38,7 +38,7 @@ def test_credentials_invalidation(connection_fixture: str, request) -> None:
38
# Invalidate the token
39
c._client.auth._token += "_"
40
# Invalidate credentials
41
- for cred in ("username", "password", "id", "secret"):
+ for cred in ("username", "password", "client_id", "client_secret"):
42
if hasattr(c._client.auth, cred):
43
setattr(c._client.auth, cred, "_")
44
0 commit comments