Fixing expectations in test_dir_inventory_groups_for_host

pull/6379/head^2
Taylor Barstow 10 years ago
parent 9ed7717634
commit 154055e9ff

@ -460,7 +460,7 @@ class TestInventory(unittest.TestCase):
def test_dir_inventory_groups_for_host(self):
inventory = self.dir_inventory()
expected_groups_for_host = {'morpheus': ['all', 'greek', 'minor-god'],
'thor': ['all', 'norse', 'major-god'],
'thor': ['all', 'major-god', 'norse'],
'zeus': ['all', 'greek', 'major-god']}
actual_groups_for_host = {}

Loading…
Cancel
Save