Skip to content

Commit 51132be

Browse files
committed
fix tests
1 parent 4996639 commit 51132be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for (const [name, config, defaultConfig, setEnv, resetEnv] of [
5454
manifestUrl: 'https://custom.url/manifest.json',
5555
supportedVersions: '4.0.0',
5656
id: 'AmazonQSetting',
57-
suppressPromptPrefix: 'amazonQSetting',
57+
suppressPromptPrefix: config().suppressPromptPrefix,
5858
path: '/custom/path',
5959
...(name === 'getAmazonQLspConfig' && { ui: '/chat/client/location' }),
6060
}

0 commit comments

Comments
 (0)