mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
fix lint test
This commit is contained in:
parent
2de02bdcde
commit
ed93655df8
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@ from ansible_collections.community.mysql.plugins.modules.mysql_info import MySQL
|
|||
@pytest.mark.parametrize(
|
||||
'suffix,cursor_output,server_implementation',
|
||||
[
|
||||
('mysql', '5.5.1-mysql','mysql'),
|
||||
('log', '5.7.31-log','mysql'),
|
||||
('mariadb', '10.5.0-mariadb','mariadb'),
|
||||
('', '8.0.22','mysql'),
|
||||
('mysql', '5.5.1-mysql', 'mysql'),
|
||||
('log', '5.7.31-log', 'mysql'),
|
||||
('mariadb', '10.5.0-mariadb', 'mariadb'),
|
||||
('', '8.0.22', 'mysql'),
|
||||
]
|
||||
)
|
||||
def test_get_info_suffix(suffix, cursor_output, server_implementation):
|
||||
|
|
Loading…
Add table
Reference in a new issue