summaryrefslogtreecommitdiffhomepage
path: root/tests/test_gssapi.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-16 19:43:11 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-16 19:43:11 -0500
commite0c6a2c3cd84fd6b93fd4e28e3bc54dedb4b1dc3 (patch)
tree822f82a84cfa5867762ac4d313fd2187102917a0 /tests/test_gssapi.py
parent8d52c334b8b99eb96094edb1b513b26f864eeabd (diff)
well that's just super()!
Diffstat (limited to 'tests/test_gssapi.py')
-rw-r--r--tests/test_gssapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gssapi.py b/tests/test_gssapi.py
index 23c3ef42..671f1ba0 100644
--- a/tests/test_gssapi.py
+++ b/tests/test_gssapi.py
@@ -37,7 +37,7 @@ from .util import needs_gssapi, KerberosTestCase, update_env
@needs_gssapi
class GSSAPITest(KerberosTestCase):
def setUp(self):
- super(GSSAPITest, self).setUp()
+ super().setUp()
# TODO: these vars should all come from os.environ or whatever the
# approved pytest method is for runtime-configuring test data.
self.krb5_mech = "1.2.840.113554.1.2.2"