Skip to content

Commit aefd659

Browse files
committed
fix: fix unit test
1 parent 4a7a90a commit aefd659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/credentials/auth2.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ describe('IamLogin', () => {
640640
const mockGetIamCredentialResponse: GetIamCredentialResult = {
641641
credential: {
642642
id: 'test-credential-id',
643+
kinds: [],
643644
credentials: {
644645
accessKeyId: 'encrypted-access-key',
645646
secretAccessKey: 'encrypted-secret-key',

0 commit comments

Comments
 (0)