mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
mysql_db: Fix assert in tests suite (#239)
Signed-off-by: Nicolas Payart <npayart@gmail.com>
This commit is contained in:
parent
6b12435b2b
commit
5522e45284
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
encoding: latin1
|
encoding: latin1
|
||||||
target: "{{ latin1_file1 }}"
|
target: "{{ latin1_file1 }}"
|
||||||
state: dump
|
state: dump
|
||||||
register: dump_result
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
@ -78,6 +78,7 @@
|
||||||
encoding: latin1
|
encoding: latin1
|
||||||
name: '{{ db_latin1_name }}'
|
name: '{{ db_latin1_name }}'
|
||||||
target: "{{ latin1_file1 }}"
|
target: "{{ latin1_file1 }}"
|
||||||
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|
Loading…
Add table
Reference in a new issue