mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-05 13:44:25 -07:00
Add integrations tests for column case sensitive name
This commit is contained in:
parent
8c2b6b0b3c
commit
8e711903c5
4 changed files with 235 additions and 1 deletions
|
@ -285,4 +285,8 @@
|
|||
# https://github.com/ansible-collections/community.mysql/issues/231
|
||||
- include_tasks: test_user_grants_with_roles_applied.yml
|
||||
|
||||
- include_tasks: test_revoke_only_grant.yml
|
||||
- include: test_revoke_only_grant.yml
|
||||
|
||||
- name: Mysql_user - test column case sensitive
|
||||
ansible.builtin.import_tasks:
|
||||
file: test_column_case_sensitive.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue