refs #5772 fix: back test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-06-22 13:37:43 +02:00
parent 12aa9c6b4b
commit 389b53ceff
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ describe('InvoiceOut invoiceClient()', () => {
accessToken: {userId: userId},
__: value => {
return value;
}
},
headers: {origin: 'http://localhost'}
};
const ctx = {req: activeCtx};