Skip to content

Commit 0a7b3b9

Browse files
gkarghashhar
authored andcommitted
Fix typo in tests.
1 parent 3dacbfb commit 0a7b3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ def retry_count(self):
885885

886886

887887
@pytest.mark.parametrize(
888-
"auth_method, retry_exception",
888+
"auth_class, retry_exception_class",
889889
[
890890
(KerberosAuthentication, KerberosExchangeError),
891891
(GSSAPIAuthentication, SPNEGOExchangeError),

0 commit comments

Comments
 (0)