Fix YAML inventory unit test

This commit is contained in:
Pierre-Louis Bonicoli 2017-12-12 18:32:44 +01:00 committed by Brian Coca
parent 4d6c28f8c3
commit 8dff0b091e

View file

@ -168,8 +168,8 @@ class IniInventory(unittest.TestCase):
--- ---
all: all:
hosts: hosts:
test1 test1:
test2 test2:
""")} """)}
C.INVENTORY_ENABLED = ['yaml'] C.INVENTORY_ENABLED = ['yaml']
fake_loader = DictDataLoader(inventory_content) fake_loader = DictDataLoader(inventory_content)