Included test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-05-13 11:52:49 +02:00
parent 65e68cf4dd
commit 0c6852f35a
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
const {models} = require('vn-loopback/server/server');
describe('account changePassword()', () => {
fdescribe('account changePassword()', () => {
it('should throw an error when old password is wrong', async() => {
pending('#4038 - Throws a timeout error on CI but not locally');
let err;
await models.Account.changePassword(1, 'wrongPassword', 'nightmare.9999')
.catch(error => err = error.sqlMessage);