mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 08:59:55 -02:30
fix single update_on_project_update per-inventory
This commit is contained in:
@@ -58,6 +58,9 @@ class TestSCMClean:
|
||||
inv_src1.clean_update_on_project_update()
|
||||
inv_src1.save()
|
||||
|
||||
inv_src1.source_vars = '---\nhello: world'
|
||||
inv_src1.clean_update_on_project_update()
|
||||
|
||||
inv_src2 = InventorySource(inventory=inventory,
|
||||
update_on_project_update=True,
|
||||
source='scm')
|
||||
|
||||
Reference in New Issue
Block a user