diff --git a/tests/integration/targets/test_mysql_user/tasks/test_user_grants_with_roles_applied.yml b/tests/integration/targets/test_mysql_user/tasks/test_user_grants_with_roles_applied.yml index f7a951d..7af3890 100644 --- a/tests/integration/targets/test_mysql_user/tasks/test_user_grants_with_roles_applied.yml +++ b/tests/integration/targets/test_mysql_user/tasks/test_user_grants_with_roles_applied.yml @@ -54,7 +54,7 @@ - name: Grant role mysql_query: <<: *mysql_params - query: 'GRANT ROLE test231 TO {{ user_name_3 }}@localhost' + query: 'GRANT test231 TO {{ user_name_3 }}@localhost' - name: Try to change privs mysql_user: