mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Initial removal of InventorySource.group
This commit is contained in:
@@ -343,7 +343,8 @@ def group(inventory):
|
||||
|
||||
@pytest.fixture
|
||||
def inventory_source(group, inventory):
|
||||
return InventorySource.objects.create(name=group.name, group=group,
|
||||
group.inventory = inventory
|
||||
return InventorySource.objects.create(name=group.name,
|
||||
inventory=inventory, source='gce')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user