From c2258e36844a2b2b414c95bbe26decd377fca581 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 14 Jun 2017 17:14:04 +0100 Subject: [PATCH] Fix an ansible-lint test --- test/handler/test_ansible_lint_handler.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/handler/test_ansible_lint_handler.vader b/test/handler/test_ansible_lint_handler.vader index 6e0261d..cffe29f 100644 --- a/test/handler/test_ansible_lint_handler.vader +++ b/test/handler/test_ansible_lint_handler.vader @@ -28,6 +28,6 @@ Execute (The ansible-lint handler should handle names with spaces): \ 'text': 'E111: indentation is not a multiple of four', \ }, \ ], - \ ale_linters#python#flake8#Handle(42, [ + \ ale_linters#ansible#ansible_lint#Handle(42, [ \ 'C:\something\with spaces.yml:6:6: E111 indentation is not a multiple of four', \ ])