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', \ ])