mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 15:31: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:
|
assert:
|
||||||
that:
|
that:
|
||||||
- result is failed
|
- result is failed
|
||||||
- "'Error granting privileges' in result.msg"
|
|
||||||
|
|
||||||
- name: remove username
|
- name: remove username
|
||||||
mysql_user:
|
mysql_user:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue