summaryrefslogtreecommitdiffhomepage
path: root/tests/test_ssh_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-01 13:57:03 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-01 13:57:03 -0700
commit327d17c79bcc531d5f7564592994807d1fb91cca (patch)
treece4df18912c0661fcc9314a24fde68ed2ab37294 /tests/test_ssh_gss.py
parent6cc003d5aea99d981ab3ec4d0a26839c5d94604a (diff)
parentf645c57889e5faf20c0849c74e57eb5e626cc67a (diff)
Merge branch '2.0' into 2.1
Diffstat (limited to 'tests/test_ssh_gss.py')
-rw-r--r--tests/test_ssh_gss.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_ssh_gss.py b/tests/test_ssh_gss.py
index e20d348f..967b3b81 100644
--- a/tests/test_ssh_gss.py
+++ b/tests/test_ssh_gss.py
@@ -43,9 +43,7 @@ class NullServer (paramiko.ServerInterface):
return paramiko.AUTH_FAILED
def enable_auth_gssapi(self):
- UseGSSAPI = True
- GSSAPICleanupCredentials = True
- return UseGSSAPI
+ return True
def check_channel_request(self, kind, chanid):
return paramiko.OPEN_SUCCEEDED