diff --git a/tests/mysql_grant.pp b/tests/mysql_grant.pp index 946e1bc..20fe78d 100644 --- a/tests/mysql_grant.pp +++ b/tests/mysql_grant.pp @@ -1,4 +1,4 @@ -mysql_grant{'test1@localhost/redmine': +mysql_grant{'test1@localhost/redmine.*': user => 'test1@localhost', table => 'redmine.*', privileges => ['UPDATE'],