Skip to content

Commit 7285224

Browse files
authored
E1001 error message re-wording (#105)
aws-cloudformation/cfn-lint#1543
1 parent a2f8ae6 commit 7285224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/test/suite/cfnlint.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ suite('Should have failures with a bad template', () => {
1010
await testDiagnostics(docUri, [
1111
{
1212
severity: vscode.DiagnosticSeverity.Error,
13-
message: '[cfn-lint] E1001: Top level item Errors isn\'t valid',
13+
message: '[cfn-lint] E1001: Top level template section Errors is not valid',
1414
range: toRange(2, 0, 2, 6)
1515
},
1616
{

0 commit comments

Comments
 (0)