test: remove double uninit of db
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user