Skip to content

Commit b30026e

Browse files
alban bertoliniclaude
andcommitted
fix(workflow-executor): add info to logger mock type in HTTP server tests
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ef890a6 commit b30026e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/workflow-executor/test/http/executor-http-server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function createServer(
4444
overrides: {
4545
runner?: Runner;
4646
workflowPort?: WorkflowPort;
47-
logger?: { error: jest.Mock };
47+
logger?: { info: jest.Mock; error: jest.Mock };
4848
} = {},
4949
) {
5050
return new ExecutorHttpServer({

0 commit comments

Comments
 (0)