Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LimberHope committed Dec 2, 2024
1 parent 8024d34 commit 1ef94ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/database/src/lib/factories/delayed-job.factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ export const DelayedJobFactory = FactoryGirl.define(DelayedJob, async () => ({
uuid: crypto.randomUUID(),
status: 'succeeded',
statusCode: 200,
payload: { "data": "test" }
payload: { "data": "test" },
total_content: 0,
processed_content: 0,
proccess_message: "test"
}));

0 comments on commit 1ef94ed

Please sign in to comment.