From 5b923a372e6576aa8e0b38ccc18cb13480799f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Sanju=C3=A1n?= Date: Fri, 23 Aug 2024 17:05:47 +0200 Subject: [PATCH] Add one more check --- .../targets/test_mysql_user/tasks/test_user_plugin_auth.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 968345b..49686e7 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 @@ -609,7 +609,7 @@ user_name: "{{ test_user_name }}" plugin_type: caching_sha2_password - - name: Plugin auth | Change user plugin again (should not change) + - name: Plugin auth | Change auth user plugin again (should not change) community.mysql.mysql_user: <<: *mysql_params name: '{{ test_user_name }}' @@ -626,3 +626,4 @@ vars: user_name: "{{ test_user_name }}" plugin_type: caching_sha2_password +