We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ba2ca commit ea8bbe4Copy full SHA for ea8bbe4
tests/aws-lsp-codewhisperer.js
@@ -7,7 +7,9 @@ assert.ok(codewhispererPackage.CodeWhispererServerToken)
7
assert.ok(codewhispererPackage.CodeWhispererServerTokenProxy)
8
assert.ok(codewhispererPackage.SecurityScanServerToken)
9
assert.ok(codewhispererPackage.CodeWhispererSecurityScanServerTokenProxy)
10
-assert.ok(codewhispererPackage.QChatServer)
11
-assert.ok(codewhispererPackage.QChatServerProxy)
+assert.ok(codewhispererPackage.QChatServerIAM)
+assert.ok(codewhispererPackage.QChatServerIAMProxy)
12
+assert.ok(codewhispererPackage.QChatServerToken)
13
+assert.ok(codewhispererPackage.QChatServerTokenProxy)
14
15
console.info('AWS Codewhisperer LSP: all tests passed')
0 commit comments