summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-06-14 17:14:04 +0100
committerw0rp <devw0rp@gmail.com>2017-06-14 17:14:04 +0100
commitc2258e36844a2b2b414c95bbe26decd377fca581 (patch)
tree52877eb38a11c7675de284c048e16cba27846ba1
parente455d8219e746856e0aa539712e010528ded8df0 (diff)
downloadale-c2258e36844a2b2b414c95bbe26decd377fca581.zip
Fix an ansible-lint test
-rw-r--r--test/handler/test_ansible_lint_handler.vader2
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 6e0261d2..cffe29fd 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',
\ ])