fix single update_on_project_update per-inventory

This commit is contained in:
Chris Meyers
2017-08-03 16:27:21 -04:00
parent 430473f01e
commit 3c89aeaba4
2 changed files with 7 additions and 2 deletions

View File

@@ -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')