mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
wip
This commit is contained in:
@@ -22,9 +22,9 @@ describe('Banking Matching (e2e)', () => {
|
||||
.expect(200);
|
||||
});
|
||||
|
||||
it('/banking/matching/unmatch/:uncategorizedTransactionId (POST)', () => {
|
||||
it('/banking/matching/unmatch/:uncategorizedTransactionId (PATCH)', () => {
|
||||
return request(app.getHttpServer())
|
||||
.post('/banking/matching/unmatch/1')
|
||||
.patch('/banking/matching/unmatch/1')
|
||||
.set('organization-id', orgainzationId)
|
||||
.set('Authorization', AuthorizationHeader)
|
||||
.expect(200);
|
||||
|
||||
Reference in New Issue
Block a user