Revert separated tests for both connectors

This commit is contained in:
Laurent Indermuehle 2022-08-11 11:38:22 +02:00
commit 343d8cd34e
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -48,6 +48,12 @@
- assert:
that:
- result is failed
when: connector.name.0 is search('pymysql')
- assert:
that:
- result is succeeded
when: connector.name.0 is not search('pymysql')
- name: attempt connection with newly created user ignoring hostname
mysql_variables: