Skip to content

Commit

Permalink
Fix another GSS store issue in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Aug 25, 2024
1 parent 2ec5371 commit 8dd1838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, method, gss_host=None, override_gss_mech=False,
password_change_prompt, kbdint_auth,
kbdint_challenge, success), False)

self._gss = GSSClient(gss_host, False, None) if gss_host else None
self._gss = GSSClient(gss_host, None, False) if gss_host else None

self._client_host_key = client_host_key
self._client_host_cert = client_host_cert
Expand Down

0 comments on commit 8dd1838

Please sign in to comment.