From 62297727dde5a4fb37fbc7facf94176206cddf82 Mon Sep 17 00:00:00 2001 From: bogdan-rosianu Date: Tue, 12 Nov 2024 17:12:26 +0200 Subject: [PATCH] new es url in tests --- e2e-tests/chain-simulator-e2e/event.processor.e2e.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/chain-simulator-e2e/event.processor.e2e.spec.ts b/e2e-tests/chain-simulator-e2e/event.processor.e2e.spec.ts index 337a15a..0ac61a7 100644 --- a/e2e-tests/chain-simulator-e2e/event.processor.e2e.spec.ts +++ b/e2e-tests/chain-simulator-e2e/event.processor.e2e.spec.ts @@ -5,7 +5,7 @@ import { EventProcessor } from "../../src/event.processor"; import { EventProcessorOptions } from "../../src/types/event.processor.options"; const CHAIN_SIMULATOR_URL = 'http://localhost:8085'; -const ELASTIC_SEARCH_URL = 'http://localhost:9200'; +const ELASTIC_SEARCH_URL = 'http://elasticsearch:9200'; const ALICE_ADDRESS = 'erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th'; const BOB_ADDRESS = 'erd1spyavw0956vq68xj8y4tenjpq2wd5a9p2c6j8gsz7ztyrnpxrruqzu66jx'; const CAROL_ADDRESS = 'erd1k2s324ww2g0yj38qn2ch2jwctdy8mnfxep94q9arncc6xecg3xaq6mjse8';