mirror of
https://github.com/ansible/ansible.git
synced 2026-08-05 16:13:06 +02:00
fix find integration test
* original test assertion was not quoted properly and was thus silently "truthy" instead of actually functioning
This commit is contained in:
@@ -239,7 +239,7 @@
|
|||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- fail_to_search_file_by_non_exists_encoding.skipped_paths[remote_tmp_dir_test] == "unknown encoding: idontexist"
|
- 'fail_to_search_file_by_non_exists_encoding.skipped_paths[remote_tmp_dir_test] == "unknown encoding: idontexist"'
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- set_fact:
|
- set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user