diff --git a/test/mod/test_osbuild.py b/test/mod/test_osbuild.py index 4dae3efe..86243240 100644 --- a/test/mod/test_osbuild.py +++ b/test/mod/test_osbuild.py @@ -264,7 +264,7 @@ class TestDescriptions(unittest.TestCase): index = osbuild.meta.Index(os.curdir) modules = [] - for klass in ("Assembler", "Input", "Source", "Stage"): + for klass in ("Assembler", "Device", "Input", "Mount", "Source", "Stage"): mods = index.list_modules_for_class(klass) modules += [(klass, module) for module in mods]