From 592b712174077f7f39ad81a47f6c02d779db4c98 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 3 Dec 2019 15:52:28 -0500 Subject: How do folks keep putting friggin numbers in the tests? Well, pkey was probably my fault as the patch has sat around for ages --- tests/test_gssapi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_gssapi.py') 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. """ -- cgit v1.2.3