Mark test as xfail, move to unit testing

This commit is contained in:
AlanCoding
2020-04-02 14:48:33 -04:00
parent 5d68f796aa
commit e99500cf16
2 changed files with 28 additions and 16 deletions

View File

@@ -114,22 +114,6 @@
that:
- result is changed
- name: Recreate with notification_configuration
tower_notification:
name: "{{ webhook_not }}"
organization: Default
notification_type: webhook
notification_configuration:
url: http://www.example.com/hook
headers:
X-Custom-Header: value123
state: present
register: result
- assert:
that:
- result is not changed
- name: Delete webhook notification
tower_notification:
name: "{{ webhook_not }}"