From 39f7988a07af94222841e36a29830af7e962aef5 Mon Sep 17 00:00:00 2001 From: hided62 Date: Sun, 2 Aug 2026 04:57:25 +0000 Subject: [PATCH] test(tournament): route account icon source --- tools/integration-tests/test/tournamentLifecycle.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/integration-tests/test/tournamentLifecycle.test.ts b/tools/integration-tests/test/tournamentLifecycle.test.ts index 825d8aa..40310f0 100644 --- a/tools/integration-tests/test/tournamentLifecycle.test.ts +++ b/tools/integration-tests/test/tournamentLifecycle.test.ts @@ -169,6 +169,7 @@ describe('actual tournament lifecycle', () => { gatewayServer = await createGatewayApiServer(); await gatewayServer.app.listen({ host: gatewayServer.config.host, port: gatewayServer.config.port }); + process.env.GATEWAY_INTERNAL_API_URL = `http://127.0.0.1:${gatewayServer.config.port}`; gameServer = await createGameApiServer(); await gameServer.app.listen({ host: gameServer.config.host, port: gameServer.config.port });