summaryrefslogtreecommitdiffhomepage
path: root/tests/test_kex_gss.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_kex_gss.py')
-rw-r--r--tests/test_kex_gss.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_kex_gss.py b/tests/test_kex_gss.py
index 6bac0120..b0e3970b 100644
--- a/tests/test_kex_gss.py
+++ b/tests/test_kex_gss.py
@@ -137,7 +137,7 @@ class GSSKexTest(KerberosTestCase):
stdout.close()
stderr.close()
- def test_1_gsskex_and_auth(self):
+ def test_gsskex_and_auth(self):
"""
Verify that Paramiko can handle SSHv2 GSS-API / SSPI authenticated
Diffie-Hellman Key Exchange and user authentication with the GSS-API
@@ -146,7 +146,7 @@ class GSSKexTest(KerberosTestCase):
self._test_gsskex_and_auth(gss_host=None)
@unittest.expectedFailure # to be investigated, see https://github.com/paramiko/paramiko/issues/1312
- def test_2_gsskex_and_auth_rekey(self):
+ def test_gsskex_and_auth_rekey(self):
"""
Verify that Paramiko can rekey.
"""