comentado test que Joan pone en redmine

This commit is contained in:
Javi Gallego 2018-10-16 13:55:38 +02:00
parent 33b9efc5b7
commit 67bd3d96d3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ describe('Client updateBillingData', () => {
expect(error.message).toEqual(`You don't have enough privileges to do that`); expect(error.message).toEqual(`You don't have enough privileges to do that`);
}); });
it('should update the billing data and check if the changes were made', async() => { xit('should update the billing data and check if the changes were made', async() => {
let ctxOfAdmin = {req: {accessToken: {userId: 5}}}; let ctxOfAdmin = {req: {accessToken: {userId: 5}}};
let params = { let params = {
phone: 2222222222, phone: 2222222222,