We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f8ae6 commit 7285224Copy full SHA for 7285224
client/src/test/suite/cfnlint.test.ts
@@ -10,7 +10,7 @@ suite('Should have failures with a bad template', () => {
10
await testDiagnostics(docUri, [
11
{
12
severity: vscode.DiagnosticSeverity.Error,
13
- message: '[cfn-lint] E1001: Top level item Errors isn\'t valid',
+ message: '[cfn-lint] E1001: Top level template section Errors is not valid',
14
range: toRange(2, 0, 2, 6)
15
},
16
0 commit comments