summaryrefslogtreecommitdiff
path: root/test/integration/targets/lookup_ini/test_lookup_properties.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/lookup_ini/test_lookup_properties.yml')
-rw-r--r--test/integration/targets/lookup_ini/test_lookup_properties.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/lookup_ini/test_lookup_properties.yml b/test/integration/targets/lookup_ini/test_lookup_properties.yml
index a6fc0f7d..ed347600 100644
--- a/test/integration/targets/lookup_ini/test_lookup_properties.yml
+++ b/test/integration/targets/lookup_ini/test_lookup_properties.yml
@@ -10,7 +10,7 @@
field_with_space: "{{lookup('ini', 'field.with.space type=properties file=lookup.properties')}}"
- assert:
- that: "{{item}} is defined"
+ that: "item is defined"
with_items: [ 'test1', 'test2', 'test_dot', 'field_with_space' ]
- name: "read ini value"