summaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-12-03 10:14:23 -0500
committerJeff Forcier <jeff@bitprophet.org>2019-12-03 10:50:46 -0500
commit6da063a1c9cdade5cd64675ecfe2cdfb5e8b17f7 (patch)
tree7607f28808fc21a538da3745c904171b953dff46 /tests/test_config.py
parent76f88037c36170eae5abd4e74d6fe6f4a2ac20bc (diff)
downloadparamiko-6da063a1c9cdade5cd64675ecfe2cdfb5e8b17f7.tar.gz
Blacken
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 29845607..16f09c48 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -697,6 +697,7 @@ def _expect(success_on):
# Fake exit
exit = 0 if command in success_on else 1
return Result(exited=exit)
+
return inner