diff options
Diffstat (limited to 'tests/test_config.py')
-rw-r--r-- | tests/test_config.py | 1 |
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 |