Fix: test_mysql_role : Check that the role is active assertion

This commit is contained in:
R. Sicart 2021-12-01 13:44:59 +01:00
commit f37c50c168

View file

@ -199,7 +199,7 @@
- name: Check
assert:
that:
- result.query_result.0.0["current_role()"] == "`{{ role0 }}`@`%`"
- "'{{ role0 }}' in result.query_result.0.0['current_role()']"
#========================