diff options
author | Seth Foster <fosterbseth@gmail.com> | 2023-03-03 01:29:00 +0100 |
---|---|---|
committer | Seth Foster <fosterbseth@gmail.com> | 2023-03-07 23:49:57 +0100 |
commit | a952ab0a75dc2432575ceadea581b95810a57846 (patch) | |
tree | adcf1da3e15a83055baee860fcb69e858ff6dad6 /awx_collection/test | |
parent | Merge pull request #13656 from TheRealHaoLiu/feature-branch-build (diff) | |
download | awx-a952ab0a75dc2432575ceadea581b95810a57846.tar.xz awx-a952ab0a75dc2432575ceadea581b95810a57846.zip |
Add scm_branch to inventory source and inventory update
add scm_branch as optional field awxkit
Diffstat (limited to 'awx_collection/test')
-rw-r--r-- | awx_collection/test/awx/test_inventory_source.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awx_collection/test/awx/test_inventory_source.py b/awx_collection/test/awx/test_inventory_source.py index bebd3fc00b..c3123ae9e5 100644 --- a/awx_collection/test/awx/test_inventory_source.py +++ b/awx_collection/test/awx/test_inventory_source.py @@ -112,6 +112,7 @@ def test_falsy_value(run_module, admin_user, base_inventory): # credential ? ? o o r r r r r r r o # source_project ? ? r - - - - - - - - - # source_path ? ? r - - - - - - - - - +# scm_branch ? ? r - - - - - - - - - # verbosity ? ? o o o o o o o o o o # overwrite ? ? o o o o o o o o o o # overwrite_vars ? ? o o o o o o o o o o |