Skip to content

Commit

Permalink
#36608 bugfix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbe1987 committed Jul 9, 2024
1 parent 74f4b69 commit 9431444
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dhl-commercetools-events/tests/delivery.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const apiRoot: any = {
post: jest.fn(() => ({
execute: jest.fn(),
})),
get: jest.fn(() => ({
execute: jest.fn(() => ({ body: order })),
})),
})),
})),
customObjects: jest.fn(() => ({
Expand Down

0 comments on commit 9431444

Please sign in to comment.