fixed updateBillingData back unit test
This commit is contained in:
parent
4000926c74
commit
f1e02587e3
|
@ -32,11 +32,12 @@ describe('Client updateBillingData', () => {
|
|||
expect(error.message).toEqual(`You don't have enough privileges to do that`);
|
||||
});
|
||||
|
||||
xit('should update the billing data and check if the changes were made', async() => {
|
||||
it('should update the billing data and check if the changes were made', async() => {
|
||||
let ctxOfAdmin = {req: {accessToken: {userId: 5}}};
|
||||
let params = {
|
||||
phone: 2222222222,
|
||||
payMethodFk: 4,
|
||||
bankEntityFk: 128,
|
||||
dueDay: 30,
|
||||
iban: 'ES91 2100 0418 4502 0005 1332',
|
||||
hasLcr: 1,
|
||||
|
|
Loading…
Reference in New Issue