summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-01 13:15:12 +0100
committerw0rp <devw0rp@gmail.com>2018-07-01 13:15:12 +0100
commite5e14de9aeb23ad8e58a4e69a6b0f2972f9ca3bc (patch)
tree8563b6d29f0dbf074650cfcbc9df8d1ef2ddc155 /test
parentfee5107d435a0dd647efd3682eef0c37ef804fa0 (diff)
downloadale-e5e14de9aeb23ad8e58a4e69a6b0f2972f9ca3bc.zip
Capture error codes for yamlllint
Diffstat (limited to 'test')
-rw-r--r--test/handler/test_yamllint_handler.vader3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/handler/test_yamllint_handler.vader b/test/handler/test_yamllint_handler.vader
index b1c4ad4f..5ba14bc8 100644
--- a/test/handler/test_yamllint_handler.vader
+++ b/test/handler/test_yamllint_handler.vader
@@ -11,7 +11,8 @@ Execute:
\ 'lnum': 1,
\ 'col': 1,
\ 'type': 'W',
- \ 'text': 'missing document start "---" (document-start)',
+ \ 'text': 'missing document start "---"',
+ \ 'code': 'document-start',
\ },
\ {
\ 'lnum': 2,