remove unused fields from WebhookTestService.ts

This commit is contained in:
Hazelnoot 2025-05-30 14:28:24 -04:00
parent 876ec968bd
commit d86530a069
2 changed files with 0 additions and 6 deletions

View file

@ -364,15 +364,12 @@ export class WebhookTestService {
id: 'dummy-abuse-report1',
targetUserId: 'dummy-target-user',
targetUser: null,
targetUserProfile: null,
targetUserInstance: null,
reporterId: 'dummy-reporter-user',
reporter: null,
reporterProfile: null,
reporterInstance: null,
assigneeId: null,
assignee: null,
assigneeProfile: null,
resolved: false,
forwarded: false,
comment: 'This is a dummy report for testing purposes.',

View file

@ -367,15 +367,12 @@ describe('AbuseReportNotificationService', () => {
id: idService.gen(),
targetUserId: alice.id,
targetUser: alice,
targetUserProfile: null,
targetUserInstance: null,
reporterId: bob.id,
reporter: bob,
reporterProfile: null,
reporterInstance: null,
assigneeId: null,
assignee: null,
assigneeProfile: null,
resolved: false,
forwarded: false,
comment: 'test',