From e346be3eca80fcfd727096b3917827bb9a2a4cd3 Mon Sep 17 00:00:00 2001 From: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:04:03 +0100 Subject: [PATCH] fix(integration-tests): Restore integration redis-url (#5502) --- integration-tests/api/medusa-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/api/medusa-config.js b/integration-tests/api/medusa-config.js index 9720dd32c2..527900350a 100644 --- a/integration-tests/api/medusa-config.js +++ b/integration-tests/api/medusa-config.js @@ -11,7 +11,7 @@ const enableResponseCompression = module.exports = { plugins: [], projectConfig: { - // redis_url: redisUrl, + redis_url: redisUrl, database_url: `postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}/${DB_NAME}`, database_type: "postgres", jwt_secret: "test",