test: remove double uninit of db

This commit is contained in:
Girish Ramakrishnan
2025-06-19 10:17:29 +02:00
parent 84111996b4
commit 227da8dce4
3 changed files with 4 additions and 2 deletions

View File

@@ -179,7 +179,6 @@ async function setup() {
async function cleanup() {
debug('Cleaning up');
await database._clear();
await server.stop();
await oidcServer.stop();
debug('Cleaned up');