From 8dff0b091e643b29b417a2a368191ad6ac03d03d Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Tue, 12 Dec 2017 18:32:44 +0100 Subject: [PATCH] Fix YAML inventory unit test --- test/units/plugins/inventory/test_inventory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)