diff --git a/test/units/plugins/inventory/test_inventory.py b/test/units/plugins/inventory/test_inventory.py index 07934aa49b..67ab779d0e 100644 --- a/test/units/plugins/inventory/test_inventory.py +++ b/test/units/plugins/inventory/test_inventory.py @@ -168,8 +168,8 @@ class IniInventory(unittest.TestCase): --- all: hosts: - test1 - test2 + test1: + test2: """)} C.INVENTORY_ENABLED = ['yaml'] fake_loader = DictDataLoader(inventory_content)