Skip to content

Commit 6383fef

Browse files
committed
test(credential-provider-imds): lint fix
1 parent 1cb0344 commit 6383fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/credential-provider-imds/src/remoteProvider/ImdsCredentials.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ describe("isImdsCredentials", () => {
1414
it("should accept valid ImdsCredentials objects", () => {
1515
expect(isImdsCredentials(creds)).toBe(true);
1616
const { AccountId, ...credsWithoutAccountId } = creds;
17+
expect(AccountId).toBe("123456789012");
1718
expect(isImdsCredentials(credsWithoutAccountId)).toBe(true);
1819
});
1920

0 commit comments

Comments
 (0)