Add integrations tests for column case sensitive name

This commit is contained in:
Laurent Indermuehle 2023-09-27 18:21:52 +02:00
commit 8e711903c5
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
4 changed files with 235 additions and 1 deletions

View file

@ -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