fix find integration test

* original test assertion was not quoted properly and was thus silently "truthy" instead of actually functioning
pull/82684/head
Matt Davis 3 months ago committed by Matt Clay
parent a23ea2aef2
commit d15b77b94e

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

Loading…
Cancel
Save