From d037ae2fafafb3e642567e08affc6b51d51e05cb Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Fri, 12 Aug 2022 22:44:13 -0700 Subject: [PATCH] Update config unit tests --- backend/src/__tests__/config.test.ts | 1 + 1 file changed, 1 insertion(+) 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,