From f46b598ac6f2d968ff994fcb4fcacf4a0c2141d6 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sun, 10 Dec 2023 12:04:24 -0800 Subject: Fix mock-server init --- jest/test-pds.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'jest/test-pds.ts') diff --git a/jest/test-pds.ts b/jest/test-pds.ts index a0cb04a16..25faddfa7 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -67,7 +67,6 @@ export async function createServer( pds: { port, hostname: 'localhost', - dbPostgresSchema: `pds_${id}`, inviteRequired, }, bsky: { -- cgit 1.4.1