Fix automation tests.
This commit is contained in:
parent
406410d916
commit
fef3107c0e
|
@ -15,6 +15,7 @@ function newJob(queue: string, message: any) {
|
|||
timestamp: Date.now(),
|
||||
queue: queue,
|
||||
data: message,
|
||||
opts: {},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue