diff --git a/server/src/core/server/test/fixtures.ts b/server/src/core/server/test/fixtures.ts index f2f604af66..b27fa72372 100644 --- a/server/src/core/server/test/fixtures.ts +++ b/server/src/core/server/test/fixtures.ts @@ -187,7 +187,9 @@ export const createTenantFixture = ( emailDomainModeration: [], dsa: { enabled: false, - methodOfRedress: GQLDSA_METHOD_OF_REDRESS.NONE, + methodOfRedress: { + method: GQLDSA_METHOD_OF_REDRESS.NONE, + }, }, embeddedComments: { allowReplies: true,