diff --git a/sdk/identity/identity/test/internal/node/deviceCodeCredential.spec.ts b/sdk/identity/identity/test/internal/node/deviceCodeCredential.spec.ts index 63709587dd84..c3b61a8bb1ca 100644 --- a/sdk/identity/identity/test/internal/node/deviceCodeCredential.spec.ts +++ b/sdk/identity/identity/test/internal/node/deviceCodeCredential.spec.ts @@ -43,7 +43,7 @@ describe("DeviceCodeCredential (internal)", function () { recorder.configureClientOptions({ tenantId: env.AZURE_TENANT_ID, clientId: env.AZURE_CLIENT_ID, - }) + }), ); await credential.getToken(scope); @@ -66,7 +66,7 @@ describe("DeviceCodeCredential (internal)", function () { recorder.configureClientOptions({ tenantId: env.AZURE_TENANT_ID, clientId: env.AZURE_CLIENT_ID, - }) + }), ); await credential.getToken(scope, { tenantId: env.AZURE_TENANT_ID }); diff --git a/sdk/identity/identity/test/node/msalNodeTestSetup.ts b/sdk/identity/identity/test/node/msalNodeTestSetup.ts index 7ae977b1c0b5..3355d0d2270b 100644 --- a/sdk/identity/identity/test/node/msalNodeTestSetup.ts +++ b/sdk/identity/identity/test/node/msalNodeTestSetup.ts @@ -196,7 +196,7 @@ export async function msalNodeTestSetup( }, ], }, - ["record", "playback"] + ["record", "playback"], ); return {