diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-10 12:04:24 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-10 12:04:24 -0800 |
commit | f46b598ac6f2d968ff994fcb4fcacf4a0c2141d6 (patch) | |
tree | 3b4be36b2f116d04f12ca3913b0fa12d089d1600 /jest | |
parent | 28fa5e4919ccf24073ccc92d88efb7e4b73b0b2b (diff) | |
download | voidsky-f46b598ac6f2d968ff994fcb4fcacf4a0c2141d6.tar.zst |
Fix mock-server init
Diffstat (limited to 'jest')
-rw-r--r-- | jest/test-pds.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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: { |