Skip to content

Commit

Permalink
dont run activator in dev-env
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 30, 2024
1 parent 5f830cb commit 64ff83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dev-env/src/pds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class TestPds {
const secrets = pds.envToSecrets(env)

const server = await pds.PDS.create(cfg, secrets)
await server.ctx.signupActivator.destroy()

// Separate migration db on postgres in case migration changes some
// connection state that we need in the tests, e.g. "alter database ... set ..."
Expand Down

0 comments on commit 64ff83a

Please sign in to comment.