Fix up the collection integration tests

This commit is contained in:
Caleb Boylan
2020-02-28 13:49:55 -08:00
parent fc80cf5241
commit afbeacf499
24 changed files with 179 additions and 156 deletions

View File

@@ -1,10 +1,11 @@
---
- name: Attempt to add a Tower team to a non-existant Organization
tower_team:
name: Test Team
organization: Missing Organization
state: present
register: result
ignore_errors: yes
ignore_errors: true
- name: Assert a meaningful error was provided for the failed Tower team creation
assert: