fix: add postHookActions to boot-md test fixture
The InternalHookEvent interface now requires postHookActions (added by this PR). The boot-md test's makeEvent helper was missing it, causing a tsc error that fails CI.
This commit is contained in:
parent
1e11385cbd
commit
ff014f96e4
@ -37,6 +37,7 @@ function makeEvent(overrides?: Partial<InternalHookEvent>): InternalHookEvent {
|
||||
context: {},
|
||||
timestamp: new Date(),
|
||||
messages: [],
|
||||
postHookActions: [],
|
||||
...overrides,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user