diff options
Diffstat (limited to 'tests/plugin_tests.py')
-rw-r--r-- | tests/plugin_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index e81575cf..b8760429 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -93,6 +93,7 @@ class EnablerPlugin(Plugin): class MockOptions(object): all_logs = False dry_run = False + since = None log_size = 25 allow_system_changes = False |