mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Improve coverage
This commit is contained in:
parent
444bd82785
commit
0de26b08bd
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class dummy_cursor_class():
|
|||
(True, '9.0.0-mysql', 'list'),
|
||||
(True, '10.5.1-mariadb', 'dict'),
|
||||
(True, '10.6.0-mariadb', 'dict'),
|
||||
(True, '11.5.1-mariadb', 'dict'),
|
||||
]
|
||||
)
|
||||
def test_uses_replica_terminology(f_output, c_output, c_ret_type):
|
||||
|
|
Loading…
Add table
Reference in a new issue