mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 10:39:20 -02:30
SCM Inventory field name changes
on InventorySource model * scm_project -> source_project on InventorySourceSerializer * scm_inventories -> scm_inventory_sources on InventoryUpdate model * scm_project_update -> source_project_update
This commit is contained in:
@@ -203,7 +203,7 @@ def test_inventory_source_update(post, inventory_source, alice, role_field, expe
|
||||
def scm_inventory(inventory, project):
|
||||
inventory.inventory_sources.create(
|
||||
name='foobar', update_on_project_update=True, source='scm',
|
||||
scm_project=project)
|
||||
source_project=project)
|
||||
return inventory
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user