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 9a501f5..09708e8 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 @@ -563,7 +563,7 @@ password: "{{ test_plugin_auth_string }}" priv: "{{ test_default_priv }}" - - name: Plugin auth | Check that the expected (previous) plugin type is set + - name: Plugin auth | Check that the expected plugin type is set ansible.builtin.include_tasks: utils/assert_plugin.yml vars: user_name: "{{ test_user_name }}" @@ -584,7 +584,7 @@ register: result failed_when: result is not changed - - name: Plugin auth | Check that the expected (previous) plugin type is set + - name: Plugin auth | Check that the expected plugin type is set (not changed) ansible.builtin.include_tasks: utils/assert_plugin.yml vars: user_name: "{{ test_user_name }}" @@ -601,7 +601,7 @@ register: result failed_when: result is not changed - - name: Plugin auth | Check that the expected (previous) plugin type is set + - name: Plugin auth | Check that the expected (new) plugin type is set ansible.builtin.include_tasks: utils/assert_plugin.yml vars: user_name: "{{ test_user_name }}"