From 14ac91a8a2a366370f586c6143da150d34a85e4d Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 6 Sep 2023 11:14:57 -0400 Subject: [PATCH] Swap repos test fix --- .../targets/inventory_source_update/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml b/awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml index 02e4d2e773..43d57c9061 100644 --- a/awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml +++ b/awx_collection/tests/integration/targets/inventory_source_update/tasks/main.yml @@ -26,7 +26,7 @@ name: "{{ project_name }}" organization: "{{ org_name }}" scm_type: git - scm_url: https://github.com/ansible/test-playbooks + scm_url: https://github.com/ansible/ansible-tower-samples wait: true - name: Create a git project with same name, different org @@ -34,7 +34,7 @@ name: "{{ project_name }}" organization: Default scm_type: git - scm_url: https://github.com/ansible/ansible-tower-samples + scm_url: https://github.com/ansible/test-playbooks wait: true - name: Create an Inventory