Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Jan 19, 2023
1 parent 5b58a9c commit bc789f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/app/credential-internal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ describe('Credential', () => {
.to.throw('Failed to parse impersonated service account file');
});

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

0 comments on commit bc789f0

Please sign in to comment.