diff options
Diffstat (limited to 'tests/option_tests.py')
-rw-r--r-- | tests/option_tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/option_tests.py b/tests/option_tests.py index ffd06610..133570f0 100644 --- a/tests/option_tests.py +++ b/tests/option_tests.py @@ -24,7 +24,8 @@ class GlobalOptionTest(unittest.TestCase): self.commons = { 'sysroot': '/', 'policy': LinuxPolicy(init=InitSystem()), - 'cmdlineopts': MockOptions() + 'cmdlineopts': MockOptions(), + 'devices': {} } self.plugin = Plugin(self.commons) self.plugin.opt_names = ['baz', 'empty', 'test_option'] |