summaryrefslogtreecommitdiff
path: root/test/integration/targets/plugin_loader/override/filters.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/plugin_loader/override/filters.yml')
-rw-r--r--test/integration/targets/plugin_loader/override/filters.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/plugin_loader/override/filters.yml b/test/integration/targets/plugin_loader/override/filters.yml
index e51ab4e9..569a4479 100644
--- a/test/integration/targets/plugin_loader/override/filters.yml
+++ b/test/integration/targets/plugin_loader/override/filters.yml
@@ -1,7 +1,7 @@
- hosts: testhost
gather_facts: false
tasks:
- - name: ensure local 'flag' filter works, 'flatten' is overriden and 'ternary' is still from core
+ - name: ensure local 'flag' filter works, 'flatten' is overridden and 'ternary' is still from core
assert:
that:
- a|flag == 'flagged'