make tests work again
This commit is contained in:
@@ -59,10 +59,10 @@ exports = module.exports = {
|
||||
};
|
||||
|
||||
async function setupServer() {
|
||||
await database._clear();
|
||||
await oidc.stop();
|
||||
await database.initialize();
|
||||
await database._clear();
|
||||
await appstore._setApiServerOrigin(exports.mockApiServerOrigin);
|
||||
await oidc.stop();
|
||||
await server.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user