summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-09-17 15:26:01 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-17 15:26:01 -0700
commita89931fbec9dc62cae12161e6d7dfeeb74727350 (patch)
tree5462dabd1fe395ebe54810fd1cf20acdf15bcf8c
parentfc13095e2b2f930844c89654c63fedd21c8de076 (diff)
downloadparamiko-a89931fbec9dc62cae12161e6d7dfeeb74727350.tar.gz
May have goofed up a cherry-pick earlier?
-rw-r--r--tests/test_sftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index dac54a9b..85c907a5 100644
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -183,7 +183,7 @@ class TestSFTP(object):
except:
pass
- def test_6_folder(self):
+ def test_6_folder(self, sftp):
"""
create a temporary folder, verify that we can create a file in it, then
remove the folder and verify that we can't create a file in it anymore.