From 0be7d9b21afaceaa16dc7a1478482e0b187b7dad Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Thu, 9 Jul 2020 08:40:11 -0400 Subject: [PATCH] Removing redundant check --- .../targets/tower_lookup_api_plugin/tasks/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/awx_collection/tests/integration/targets/tower_lookup_api_plugin/tasks/main.yml b/awx_collection/tests/integration/targets/tower_lookup_api_plugin/tasks/main.yml index e4415e24d4..9f29b0d9ab 100644 --- a/awx_collection/tests/integration/targets/tower_lookup_api_plugin/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_lookup_api_plugin/tasks/main.yml @@ -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' ) }}"