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: