Skip to content

Commit

Permalink
update server fixtures for new method of redress format
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Nov 16, 2023
1 parent 656931a commit 6bb79de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/src/core/server/test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6bb79de

Please sign in to comment.