diff --git a/test/validator/samples/a11y-label-has-associated-control-3/warnings.json b/test/validator/samples/a11y-label-has-associated-control-3/warnings.json index d3fa52e50f..69032ac363 100644 --- a/test/validator/samples/a11y-label-has-associated-control-3/warnings.json +++ b/test/validator/samples/a11y-label-has-associated-control-3/warnings.json @@ -2,14 +2,11 @@ { "code": "a11y-label-has-associated-control", "message": "A11y: A form label must be associated with a control.", - "pos": 151, "start": { - "character": 151, "column": 0, "line": 7 }, "end": { - "character": 173, "column": 22, "line": 7 }