diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugin_tests.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 31ffae40..0f8ef5da 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -89,9 +89,7 @@ class EnablerPlugin(Plugin): class MockOptions(object): - - profiler = False - + pass class PluginToolTests(unittest.TestCase): |