mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-05 21:54:24 -07:00
make integration tests work
This commit is contained in:
parent
a69c0e91d6
commit
778fbd497c
4 changed files with 22 additions and 11 deletions
|
@ -339,7 +339,9 @@
|
|||
assert:
|
||||
that:
|
||||
- result is changed
|
||||
- "result.db =='{{ db_name }}'"
|
||||
- result.db == db_name_value
|
||||
vars:
|
||||
db_name_value: "{{ db_name }}"
|
||||
|
||||
# - name: Dump and Import | Assert database was backed up successfully
|
||||
# command: "file {{ db_file_name }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue