diff --git a/plugins/auth-backend/src/migrations.test.ts b/plugins/auth-backend/src/migrations.test.ts index edf2381661..194bbbf44c 100644 --- a/plugins/auth-backend/src/migrations.test.ts +++ b/plugins/auth-backend/src/migrations.test.ts @@ -70,8 +70,6 @@ describe('migrations', () => { await migrateDownOnce(knex); - await expect(knex('sessions').orderBy('sid', 'asc')).rejects.toThrow(); - await knex.destroy(); }, );