Removing redundant check

This commit is contained in:
John Westcott IV 2020-07-09 08:40:11 -04:00
parent 5a6c7a5788
commit 0be7d9b21a

View File

@ -143,11 +143,6 @@
- results is failed
- "'Expected one object from endpoint users, but obtained 3' in results['msg']"
- name: Get the settings page
assert:
that:
- "'CUSTOM_LOGO' in {{ lookup(plugin_name, 'settings/ui' ) }}"
- name: Get the ping page
set_fact:
ping_data: "{{ lookup(plugin_name, 'ping' ) }}"