This commit is contained in:
parent
12aa9c6b4b
commit
389b53ceff
|
@ -18,7 +18,9 @@ describe('InvoiceOut invoiceClient()', () => {
|
||||||
accessToken: {userId: userId},
|
accessToken: {userId: userId},
|
||||||
__: value => {
|
__: value => {
|
||||||
return value;
|
return value;
|
||||||
}
|
},
|
||||||
|
headers: {origin: 'http://localhost'}
|
||||||
|
|
||||||
};
|
};
|
||||||
const ctx = {req: activeCtx};
|
const ctx = {req: activeCtx};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue