Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9148fc4

Browse files
committedJan 19, 2023
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

+1-1
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)
Please sign in to comment.