Skip to content

Commit bfc4292

Browse files
committed
fix lint
1 parent e8a9275 commit bfc4292

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

test/integration/auth.spec.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,15 +1819,15 @@ describe('admin.auth', () => {
18191819
};
18201820
// enable account defender first.
18211821
return getAuth().tenantManager().updateTenant(createdTenantId, updatedOptions)
1822-
.then((actualTenant) => {
1823-
expect(actualTenant.recaptchaConfig?.useAccountDefender).to.be.true;
1824-
// attempt to disable reCAPTCHA.
1825-
return getAuth().tenantManager().updateTenant(createdTenantId, updatedOptions2)
1826-
.should.eventually.be.rejected.and.have.property('code', 'auth/invalid-config');
1827-
});
1822+
.then((actualTenant) => {
1823+
expect(actualTenant.recaptchaConfig?.useAccountDefender).to.be.true;
1824+
// attempt to disable reCAPTCHA.
1825+
return getAuth().tenantManager().updateTenant(createdTenantId, updatedOptions2)
1826+
.should.eventually.be.rejected.and.have.property('code', 'auth/invalid-config');
1827+
});
18281828
});
18291829

1830-
it('updateTenant() disable reCAPTCHA should be rejected when Account Defender is enabled',
1830+
it('updateTenant() disable reCAPTCHA should be rejected when Account Defender is enabled',
18311831
function () {
18321832
// Skipping for now as Emulator resolves this operation, which is not expected.
18331833
// TODO: investigate with Rest API and Access team for this behavior.

0 commit comments

Comments
 (0)