summaryrefslogtreecommitdiff
path: root/tests/test_ssh_gss.py
diff options
context:
space:
mode:
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)