Skip to content

Commit

Permalink
Fix typo in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarg authored and hashhar committed Jun 6, 2024
1 parent 3dacbfb commit 0a7b3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def retry_count(self):


@pytest.mark.parametrize(
"auth_method, retry_exception",
"auth_class, retry_exception_class",
[
(KerberosAuthentication, KerberosExchangeError),
(GSSAPIAuthentication, SPNEGOExchangeError),
Expand Down

0 comments on commit 0a7b3b9

Please sign in to comment.