Fix an ansible-lint test

This commit is contained in:
w0rp 2017-06-14 17:14:04 +01:00
parent e455d8219e
commit c2258e3684
1 changed files with 1 additions and 1 deletions

View File

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