diff --git a/packages/connection-form/src/utils/authentication-handler.spec.ts b/packages/connection-form/src/utils/authentication-handler.spec.ts index b430bfc887b..313f4b5b34e 100644 --- a/packages/connection-form/src/utils/authentication-handler.spec.ts +++ b/packages/connection-form/src/utils/authentication-handler.spec.ts @@ -161,7 +161,7 @@ describe('Authentication Handler', function () { expect(res.errors).to.equal(undefined); }); - it.only('should return an error if the connection string has no username and the password is being set to not empty', function () { + it('should return an error if the connection string has no username and the password is being set to not empty', function () { const res = handleUpdatePassword({ action: { type: 'update-password',