summaryrefslogtreecommitdiff
path: root/tests/test_ssh_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-01 12:42:35 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-01 12:43:13 -0700
commitafbcd96fcca5aa4ccb72421d9660874586cbef4f (patch)
tree06fb0252b44c09b54f858c7130c95eda2c7f8552 /tests/test_ssh_gss.py
parent8a2cadfb64b3b52338a37dd8a74aee1118ffb898 (diff)
downloadparamiko-afbcd96fcca5aa4ccb72421d9660874586cbef4f.tar.gz
Remove unused value from demo/test.
Honestly not sure WTF
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