summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
\ ])