mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Remove source_script from tower_inventory_source integration test
* Fixes #10104 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
1d6579e110
commit
0cb33bd278
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user