diff options
-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. |