We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc9477 commit 50ed193Copy full SHA for 50ed193
src/test/extension.test.ts
@@ -80,7 +80,7 @@ suite("Extension Test Suite", () => {
80
assert.strictEqual(yamlHovers.length, 1, 'Expected one hover for YAML property');
81
const yamlHoverContent = yamlHovers[0].contents[0] as vscode.MarkdownString;
82
assert.ok(
83
- yamlHoverContent.value.includes('Unsupported Markup content received. Kind is: '),
+ yamlHoverContent.value.includes('Specification of the desired behavior of the Deployment.'),
84
`Hover content for YAML property should show documentation. Got ${yamlHoverContent.value}`
85
);
86
});
0 commit comments