diff options
author | Alan Rominger <arominge@redhat.com> | 2023-09-06 18:01:33 +0200 |
---|---|---|
committer | Dave <dmz.oneill@gmail.com> | 2024-02-21 16:11:12 +0100 |
commit | 5549516a37e16aa7cdee7e0acf81e545b49a785d (patch) | |
tree | dd623850206ddc25aafa38bebe0723a6c063a453 /awx_collection | |
parent | Swap repos test fix (diff) | |
download | awx-5549516a37e16aa7cdee7e0acf81e545b49a785d.tar.xz awx-5549516a37e16aa7cdee7e0acf81e545b49a785d.zip |
Reset these tests back to test-playbooks
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/tests/integration/targets/project/tasks/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/awx_collection/tests/integration/targets/project/tasks/main.yml b/awx_collection/tests/integration/targets/project/tasks/main.yml index 6dbe5e2e73..484d8aec28 100644 --- a/awx_collection/tests/integration/targets/project/tasks/main.yml +++ b/awx_collection/tests/integration/targets/project/tasks/main.yml @@ -191,13 +191,13 @@ - "'Non_Existing_Credential' in result.msg" - "result.total_results == 0" - - name: Create a git project without credentials without waiting + - name: Create a git project using a branch and allowing branch override project: name: "{{ project_name3 }}" organization: Default scm_type: git scm_branch: empty_branch - scm_url: https://github.com/ansible/ansible-tower-samples + scm_url: https://github.com/ansible/test-playbooks allow_override: true register: result @@ -211,7 +211,7 @@ organization: Default scm_type: git scm_branch: empty_branch - scm_url: https://github.com/ansible/ansible-tower-samples + scm_url: https://github.com/ansible/test-playbooks allow_override: true wait: true update_project: true |