make integration tests work

This commit is contained in:
Tomas 2023-11-29 09:16:05 +02:00
parent a69c0e91d6
commit 778fbd497c
4 changed files with 22 additions and 11 deletions

View file

@ -932,7 +932,8 @@ class Role():
result = user_mod(self.cursor, self.name, self.host,
None, None, None, None, None, None,
privs, append_privs, subtract_privs, None,
self.module, role=True, maria_role=self.is_mariadb)
self.module, None, None, role=True,
maria_role=self.is_mariadb)
changed = result['changed']
if admin: