Fix testing package
This commit is contained in:
@@ -92,7 +92,9 @@ const buildRequestBody = (
|
||||
batched: boolean
|
||||
): RunJobBody => ({
|
||||
event,
|
||||
eventIds: [event.id],
|
||||
job,
|
||||
context: JSON.stringify(batched ? [event.context ?? {}] : event.context ?? {}),
|
||||
payload: JSON.stringify(batched ? [event.payload] : event.payload),
|
||||
batched,
|
||||
run: {
|
||||
|
||||
Reference in New Issue
Block a user