summaryrefslogtreecommitdiffhomepage
path: root/tests/test_gssapi.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-08 17:07:36 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-08 17:09:17 -0400
commit5c0dc5b6ceb182115ad646ccca52707f5cfca4f0 (patch)
tree95501ba782a44f9564affdef064c18754b109809 /tests/test_gssapi.py
parentf4e618bafb1be025ce932ed580cdd529f4101d73 (diff)
parent03cf3215670bd4467d1296173c4c184a4be089ab (diff)
Merge branch '2.4'
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 22361958..46d5bbd1 100644
--- a/tests/test_gssapi.py
+++ b/tests/test_gssapi.py
@@ -30,7 +30,7 @@ from .util import needs_gssapi
@needs_gssapi
class GSSAPITest(unittest.TestCase):
- def setup():
+ def setup(self):
# 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"