diff --git a/backend/src/__tests__/config.test.ts b/backend/src/__tests__/config.test.ts index 31ed3d268..a2ea18058 100644 --- a/backend/src/__tests__/config.test.ts +++ b/backend/src/__tests__/config.test.ts @@ -19,6 +19,7 @@ describe('Mempool Backend Config', () => { HTTP_PORT: 8999, SPAWN_CLUSTER_PROCS: 0, API_URL_PREFIX: '/api/v1/', + AUTOMATIC_BLOCK_REINDEXING: false, POLL_RATE_MS: 2000, CACHE_DIR: './cache', CLEAR_PROTECTION_MINUTES: 20,