Skip to content

Commit 2ee04ef

Browse files
authored
test: fix typo
1 parent 61a5f0f commit 2ee04ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/dbapi/sync/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_credentials_invalidation(connection_fixture: str, request) -> None:
3838
# Invalidate the token
3939
c._client.auth._token += "_"
4040
# Invalidate credentials
41-
for cred in ("username", "password", "id", "secret"):
41+
for cred in ("username", "password", "client_id", "client_secret"):
4242
if hasattr(c._client.auth, cred):
4343
setattr(c._client.auth, cred, "_")
4444

0 commit comments

Comments
 (0)