summaryrefslogtreecommitdiffhomepage
path: root/tests/test_gssapi.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-12-03 15:52:28 -0500
committerJeff Forcier <jeff@bitprophet.org>2019-12-03 15:52:28 -0500
commit592b712174077f7f39ad81a47f6c02d779db4c98 (patch)
tree20ae1ac824c7f94bd21b7e4b0d08581d51c0fe7e /tests/test_gssapi.py
parentb133afaecffe5e2cc3bbc78d8a7e2cdcf40f0191 (diff)
How do folks keep putting friggin numbers in the tests?
Well, pkey was probably my fault as the patch has sat around for ages
Diffstat (limited to 'tests/test_gssapi.py')
-rw-r--r--tests/test_gssapi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_gssapi.py b/tests/test_gssapi.py
index 30ffb56d..308caa93 100644
--- a/tests/test_gssapi.py
+++ b/tests/test_gssapi.py
@@ -204,13 +204,13 @@ class GSSAPITest(KerberosTestCase):
c_token = token[0].Buffer
self.assertNotEquals(0, error)
- def test_2_gssapi_sspi_client(self):
+ def test_gssapi_sspi_client(self):
"""
Test the used methods of python-gssapi or sspi, sspicon from pywin32.
"""
self._gssapi_sspi_test()
- def test_3_gssapi_sspi_server(self):
+ def test_gssapi_sspi_server(self):
"""
Test the used methods of python-gssapi or sspi, sspicon from pywin32.
"""