Skip to content

Commit 88496ef

Browse files
committed
fixup
1 parent 1408d80 commit 88496ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/unit/amazonq/lsp/config.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ for (const [name, config, defaultConfig, setEnv, resetEnv] of [
9595
const envConfig: LspConfig = {
9696
manifestUrl: 'https://another-custom.url/manifest.json',
9797
supportedVersions: '5.1.1',
98-
id: 'AmazonQEnv',
99-
suppressPromptPrefix: 'amazonQEnv',
98+
id: 'AmazonQSetting',
99+
suppressPromptPrefix: 'amazonQSetting',
100100
path: '/some/new/custom/path',
101101
}
102102

0 commit comments

Comments
 (0)