diff options
Diffstat (limited to 'jest')
-rw-r--r-- | jest/test-pds.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jest/test-pds.ts b/jest/test-pds.ts index 851775580..649638989 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -79,6 +79,8 @@ export async function createServer( maxSubscriptionBuffer: 200, repoBackfillLimitMs: HOUR, userInviteInterval: 1, + labelerDid: 'did:example:labeler', + labelerKeywords: {}, }) const db = |