summaryrefslogtreecommitdiff
path: root/tests/test_ssh_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-16 19:47:46 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-16 19:47:46 -0500
commit764ffbfaf41077e6edc4bdecad7660b85567828f (patch)
tree6190bc2cd5a2d3892c4b37b039a9339ca236944b /tests/test_ssh_gss.py
parente0c6a2c3cd84fd6b93fd4e28e3bc54dedb4b1dc3 (diff)
downloadparamiko-764ffbfaf41077e6edc4bdecad7660b85567828f.tar.gz
blacken
Diffstat (limited to 'tests/test_ssh_gss.py')
-rw-r--r--tests/test_ssh_gss.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ssh_gss.py b/tests/test_ssh_gss.py
index cff72f7a..a8175ccb 100644
--- a/tests/test_ssh_gss.py
+++ b/tests/test_ssh_gss.py
@@ -114,7 +114,7 @@ class GSSAuthTest(KerberosTestCase):
username=self.username,
gss_host=self.hostname,
gss_auth=True,
- **kwargs
+ **kwargs,
)
self.event.wait(1.0)