Fixing expectations in test_dir_inventory_groups_for_host

This commit is contained in:
Taylor Barstow 2014-04-17 16:41:49 -04:00
parent 9ed7717634
commit 154055e9ff

View file

@ -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 = {}