diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/option_tests.py | 2 | ||||
-rw-r--r-- | tests/plugin_tests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/option_tests.py b/tests/option_tests.py index a92acab8..58f54e94 100644 --- a/tests/option_tests.py +++ b/tests/option_tests.py @@ -17,7 +17,7 @@ class MockOptions(object): dry_run = False log_size = 25 allow_system_changes = False - skip_cmds = [] + skip_commands = [] skip_files = [] diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 54802050..2f362c94 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -116,7 +116,7 @@ class MockOptions(object): allow_system_changes = False no_postproc = False skip_files = [] - skip_cmds = [] + skip_commands = [] class PluginToolTests(unittest.TestCase): |