summaryrefslogtreecommitdiffstats
path: root/awx_collection
diff options
context:
space:
mode:
Diffstat (limited to 'awx_collection')
-rw-r--r--awx_collection/tests/integration/targets/project/tasks/main.yml6
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