mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Fix pylint
This commit is contained in:
parent
adeeb1299f
commit
4ad3cbf62f
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ def test_normalize_col_grants(input_, expected):
|
||||||
'before_privileges,after_privileges,output',
|
'before_privileges,after_privileges,output',
|
||||||
[
|
[
|
||||||
(
|
(
|
||||||
{'*.*': ['INSERT', 'UPDATE' 'GRANT'], '`mysql`.*': ['SELECT']},
|
{'*.*': ['INSERT', 'UPDATE', 'GRANT'], '`mysql`.*': ['SELECT']},
|
||||||
{'*.*': ['INSERT', 'UPDATE' 'GRANT'], '`mysql`.*': ['SELECT']},
|
{'*.*': ['INSERT', 'UPDATE', 'GRANT'], '`mysql`.*': ['SELECT']},
|
||||||
True
|
True
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue