This commit is contained in:
Ahmed Bouhuolia
2026-01-16 00:23:16 +02:00
parent 2bbc154f18
commit c21301061f
15 changed files with 87 additions and 45 deletions

View File

@@ -163,7 +163,11 @@ describe('Financial Statements (e2e)', () => {
it('/reports/transactions-by-reference (GET)', () => {
return request(app.getHttpServer())
.get('/reports/transactions-by-reference')
.query(baseQuery)
.query({
...baseQuery,
referenceId: '1',
referenceType: 'SaleInvoice',
})
.set('organization-id', orgainzationId)
.set('Authorization', AuthorizationHeader)
.expect(200);