mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
refactor(nestjs): fix the failed e2e test cases
This commit is contained in:
@@ -38,6 +38,7 @@ describe('Sale Estimates (e2e)', () => {
|
||||
const item = await request(app.getHttpServer())
|
||||
.post('/items')
|
||||
.set('organization-id', orgainzationId)
|
||||
.set('Authorization', AuthorizationHeader)
|
||||
.send({
|
||||
name: faker.commerce.productName(),
|
||||
type: 'inventory',
|
||||
|
||||
Reference in New Issue
Block a user