Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teselil committed Jun 28, 2023
1 parent f81feec commit cfc2299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('WorkflowControllerInternal', () => {
numb: 'context',
},
};
axios.get = jest.fn().mockResolvedValue({});
axios.post = jest.fn().mockResolvedValue({});
await workflowRuntimeDataRepo.create({
data: initialRuntimeData,
});
Expand Down

0 comments on commit cfc2299

Please sign in to comment.