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 4a7a90a commit aefd659Copy full SHA for aefd659
packages/core/src/test/credentials/auth2.test.ts
@@ -640,6 +640,7 @@ describe('IamLogin', () => {
640
const mockGetIamCredentialResponse: GetIamCredentialResult = {
641
credential: {
642
id: 'test-credential-id',
643
+ kinds: [],
644
credentials: {
645
accessKeyId: 'encrypted-access-key',
646
secretAccessKey: 'encrypted-secret-key',
0 commit comments