Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Dec 20, 2024
1 parent 518b562 commit 926435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/scaling/__tests__/pubsub-handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ describe('PubSubHandler', () => {

eventService.emit('relay-execution-lifecycle-event', { type, args, pushRef });

expect(push.send).toHaveBeenCalledWith(type, args, pushRef);
expect(push.send).toHaveBeenCalledWith({ type, data: args }, pushRef);
});

it('should handle `clear-test-webhooks` event', () => {
Expand Down

0 comments on commit 926435b

Please sign in to comment.