Skip to content

Commit 9148fc4

Browse files
committed
fix typo
1 parent a2e0cc8 commit 9148fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/app/credential-internal.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ describe('Credential', () => {
428428
.to.throw('Failed to parse impersonated service account file');
429429
});
430430

431-
it('should throw given an object without a "clientId" pcloneroperty', () => {
431+
it('should throw given an object without a "clientId" property', () => {
432432
const invalidCredential = deepCopy(MOCK_IMPERSONATED_TOKEN_CONFIG);
433433
invalidCredential.source_credentials.client_id = '';
434434
expect(() => new ImpersonatedServiceAccountCredential(invalidCredential as any))

0 commit comments

Comments
 (0)