mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Better handling of variables as dictionary from JSON/YAML string.
This commit is contained in:
@@ -1019,7 +1019,8 @@ class InventoryUpdatesTest(BaseTransactionTest):
|
||||
self.skipTest('no test ec2 credentials defined!')
|
||||
inventory_source = self.update_inventory_source(self.group,
|
||||
source='ec2', source_username=source_username,
|
||||
source_password=source_password, source_regions=source_regions)
|
||||
source_password=source_password, source_regions=source_regions,
|
||||
source_vars='---')
|
||||
self.check_inventory_source(inventory_source)
|
||||
|
||||
def test_update_from_rackspace(self):
|
||||
|
||||
Reference in New Issue
Block a user