Commit 154055e9 by Taylor Barstow

Fixing expectations in test_dir_inventory_groups_for_host

parent 9ed77176
...@@ -460,7 +460,7 @@ class TestInventory(unittest.TestCase): ...@@ -460,7 +460,7 @@ class TestInventory(unittest.TestCase):
def test_dir_inventory_groups_for_host(self): def test_dir_inventory_groups_for_host(self):
inventory = self.dir_inventory() inventory = self.dir_inventory()
expected_groups_for_host = {'morpheus': ['all', 'greek', 'minor-god'], expected_groups_for_host = {'morpheus': ['all', 'greek', 'minor-god'],
'thor': ['all', 'norse', 'major-god'], 'thor': ['all', 'major-god', 'norse'],
'zeus': ['all', 'greek', 'major-god']} 'zeus': ['all', 'greek', 'major-god']}
actual_groups_for_host = {} actual_groups_for_host = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment