mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: addressed e2e failure
This commit is contained in:
@@ -83,7 +83,7 @@ export default {
|
||||
|
||||
await queue.initialize();
|
||||
|
||||
const server = await main({
|
||||
const { server, completeServerInitialization } = await main({
|
||||
db,
|
||||
smtp,
|
||||
logger,
|
||||
@@ -96,6 +96,8 @@ export default {
|
||||
envConfig: envCfg
|
||||
});
|
||||
|
||||
await completeServerInitialization();
|
||||
|
||||
markServerReady();
|
||||
|
||||
await bootstrapCheck({ db });
|
||||
|
||||
Reference in New Issue
Block a user