mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
Formatting cleanup.
Post merging of GH-5837 via GH-5749.
This commit is contained in:
@@ -433,8 +433,8 @@ class TestInventory(unittest.TestCase):
|
||||
assert host_vars == expected_vars
|
||||
|
||||
def test_dir_inventory_multiple_groups(self):
|
||||
inventory = self.dir_inventory()
|
||||
group_greek = inventory.get_hosts('greek')
|
||||
actual_host_names = [host.name for host in group_greek];
|
||||
print "greek : %s " % (actual_host_names)
|
||||
assert actual_host_names == ['zeus','morpheus']
|
||||
inventory = self.dir_inventory()
|
||||
group_greek = inventory.get_hosts('greek')
|
||||
actual_host_names = [host.name for host in group_greek]
|
||||
print "greek : %s " % actual_host_names
|
||||
assert actual_host_names == ['zeus', 'morpheus']
|
||||
|
||||
Reference in New Issue
Block a user