mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 07:21:45 -07:00
Fix error message verification
I don't know why this works on main, but in stable-1, the error message is "invalid privileges string: Invalid privileges specified: frozenset({'INVALID'})"
This commit is contained in:
parent
2272343f11
commit
eacf40099e
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@
|
|||
assert:
|
||||
that:
|
||||
- result is failed
|
||||
- "'Error granting privileges' in result.msg"
|
||||
|
||||
- name: remove username
|
||||
mysql_user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue