From 0cb33bd27861a018c353931dc865e940fc10bd44 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Thu, 6 May 2021 16:15:23 +0900 Subject: [PATCH] Remove source_script from tower_inventory_source integration test * Fixes #10104 Signed-off-by: Hideki Saito --- .../integration/targets/tower_inventory_source/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx_collection/tests/integration/targets/tower_inventory_source/tasks/main.yml b/awx_collection/tests/integration/targets/tower_inventory_source/tasks/main.yml index 17154a54fe..1c9bd99506 100644 --- a/awx_collection/tests/integration/targets/tower_inventory_source/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_inventory_source/tasks/main.yml @@ -41,13 +41,12 @@ that: - "result is changed" -- name: Delete the inventory source with an invalid cred, source_project, sourece_script specified +- name: Delete the inventory source with an invalid cred and source_project specified tower_inventory_source: name: "{{ result.id }}" inventory: "{{ openstack_inv }}" credential: "Does Not Exit" source_project: "Does Not Exist" - source_script: "Does Not Exist" state: absent - assert: