Skip to content

Commit

Permalink
test: emit debug in migration rest test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Oct 24, 2024
1 parent 29e636b commit 60c2469
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/__tests__/c8/rest/migrateProcess.rest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ test('RestClient can migrate a process instance', async () => {
worker: 'Migrant Worker 1',
customHeadersDto: CustomHeaders,
jobHandler: async (job) => {
// tslint:disable-next-line: no-console
console.log('job', job) // @DEBUG

instanceKey = job.processInstanceKey
processVersion = job.customHeaders.ProcessVersion as number
return job.complete().then(async (outcome) => {
Expand Down

0 comments on commit 60c2469

Please sign in to comment.