diff --git a/tests/integration/targets/test_mysql_user/tasks/test_user_plugin_auth.yml b/tests/integration/targets/test_mysql_user/tasks/test_user_plugin_auth.yml index f7a86b4..40e662f 100644 --- a/tests/integration/targets/test_mysql_user/tasks/test_user_plugin_auth.yml +++ b/tests/integration/targets/test_mysql_user/tasks/test_user_plugin_auth.yml @@ -497,12 +497,6 @@ that: - result is succeeded - - include_tasks: utils/assert_user.yml - vars: - user_name: "{{ test_user_name }}" - user_host: "%" - priv: "{{ test_default_priv_type }}" - - name: Plugin auth | Connect with user and password command: "{{ mysql_command }} -u {{ test_user_name }} -p{{ test_plugin_auth_string }} -e \"SELECT 1\"" register: result