diff options
Diffstat (limited to 'test/handler/test_ansible_lint_handler.vader')
-rw-r--r-- | test/handler/test_ansible_lint_handler.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handler/test_ansible_lint_handler.vader b/test/handler/test_ansible_lint_handler.vader index 28dbba30..e1a2ccbb 100644 --- a/test/handler/test_ansible_lint_handler.vader +++ b/test/handler/test_ansible_lint_handler.vader @@ -23,7 +23,7 @@ Execute(The ansible-lint handler for version group <5 should handle basic errors \ fnamemodify(tempname(), ':h') . '/test_playbook.yml:35: [EANSIBLE0002] Trailing whitespace', \ ]) -Execute(The ansible-lint handler for version group <5 should supress trailing whitespace output when the option is used): +Execute(The ansible-lint handler for version group <5 should suppress trailing whitespace output when the option is used): let b:ale_warn_about_trailing_whitespace = 0 AssertEqual |