mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
refactor(nestjs): fix the failed e2e test cases
This commit is contained in:
@@ -59,6 +59,7 @@ describe.only('Vendors (e2e)', () => {
|
||||
return request(app.getHttpServer())
|
||||
.get(`/vendors/${vendorId}`)
|
||||
.set('organization-id', orgainzationId)
|
||||
.set('Authorization', AuthorizationHeader)
|
||||
.expect(200);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user