mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
refactor(nestjs): fix the failed e2e test cases
This commit is contained in:
@@ -7,6 +7,7 @@ describe('Item Categories(e2e)', () => {
|
||||
return request(app.getHttpServer())
|
||||
.post('/item-categories')
|
||||
.set('organization-id', orgainzationId)
|
||||
.set('Authorization', AuthorizationHeader)
|
||||
.send({
|
||||
name: faker.person.fullName(),
|
||||
description: faker.lorem.sentence(),
|
||||
|
||||
Reference in New Issue
Block a user