mirror of
https://github.com/ansible/ansible.git
synced 2026-08-04 16:13:32 +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:
|
||||
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:
|
||||
- set_fact:
|
||||
|
||||
Reference in New Issue
Block a user