diff options
author | Sarah Akus <sakus@redhat.com> | 2023-03-11 16:57:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 16:57:21 +0100 |
commit | d2aa1b94e348a2a1db7ba3d6640bf55ed7107ead (patch) | |
tree | 4f31d59b376a6e26756cab1b2cbd3f8cf43a47b3 /awx_collection/test | |
parent | Merge pull request #13670 from fosterseth/wait_for_pg (diff) | |
parent | fix ui lint (diff) | |
download | awx-d2aa1b94e348a2a1db7ba3d6640bf55ed7107ead.tar.xz awx-d2aa1b94e348a2a1db7ba3d6640bf55ed7107ead.zip |
Merge pull request #13644 from fosterseth/inv_source_scm_branch
Add scm_branch to inventory source and inventory update
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 |