diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 15:26:01 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 15:26:01 -0700 |
commit | a89931fbec9dc62cae12161e6d7dfeeb74727350 (patch) | |
tree | 5462dabd1fe395ebe54810fd1cf20acdf15bcf8c /tests | |
parent | fc13095e2b2f930844c89654c63fedd21c8de076 (diff) |
May have goofed up a cherry-pick earlier?
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_sftp.py | 2 |
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. |