mysql_db: Fix assert in tests suite

Signed-off-by: Nicolas Payart <npayart@gmail.com>
This commit is contained in:
Nicolas Payart 2021-10-23 10:56:46 +02:00
parent 6b12435b2b
commit a424e56bf1

View file

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