mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
allow management of 2 types of SCM inventory sources
This commit is contained in:
@@ -17,6 +17,7 @@ class TestSCMUpdateFeatures:
|
||||
scm_project=project,
|
||||
source_path='inventory_file',
|
||||
inventory=inventory,
|
||||
update_on_project_update=True,
|
||||
source='scm')
|
||||
with mock.patch.object(inv_src.scm_project, 'update') as mck_update:
|
||||
inv_src.save()
|
||||
|
||||
Reference in New Issue
Block a user