Skip to content

Commit

Permalink
Fix YAML inventory unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pilou- authored and bcoca committed Dec 20, 2017
1 parent 4d6c28f commit 8dff0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/units/plugins/inventory/test_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ def test_yaml_inventory(self, filename="test.yaml"):
---
all:
hosts:
test1
test2
test1:
test2:
""")}
C.INVENTORY_ENABLED = ['yaml']
fake_loader = DictDataLoader(inventory_content)
Expand Down

0 comments on commit 8dff0b0

Please sign in to comment.