diff --git a/tests/integration/targets/test_mysql_info/tasks/filter_users_privs.yml b/tests/integration/targets/test_mysql_info/tasks/filter_users_privs.yml index a0c0be8..689234f 100644 --- a/tests/integration/targets/test_mysql_info/tasks/filter_users_privs.yml +++ b/tests/integration/targets/test_mysql_info/tasks/filter_users_privs.yml @@ -60,7 +60,7 @@ 'users_privs_db.t1': 'SELECT,INSERT,UPDATE' - user: users_privs_col privs: - 'users_privs_db.t1': 'SELECT(id)' + 'users_privs_db.t1': 'SELECT (id)' - user: users_privs_proc privs: 'PROCEDURE users_privs_db.get_all_items': 'EXECUTE'