aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plugin_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugin_tests.py')
-rw-r--r--tests/plugin_tests.py2
1 files changed, 1 insertions, 1 deletions
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):