mirror of
https://github.com/immich-app/immich.git
synced 2025-12-25 09:14:58 +03:00
refactor: job names (#19949)
This commit is contained in:
@@ -158,7 +158,7 @@ describe(UserAdminService.name, () => {
|
||||
deletedAt: expect.any(Date),
|
||||
});
|
||||
expect(mocks.job.queue).toHaveBeenCalledWith({
|
||||
name: JobName.UserDeletion,
|
||||
name: JobName.UserDelete,
|
||||
data: { id: userStub.user1.id, force: true },
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user