Skip to content

Commit

Permalink
new es url in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 12, 2024
1 parent 6229772 commit 47f7fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/chain-simulator-e2e/event.processor.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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://elasticsearch:9200';
const ELASTIC_SEARCH_URL = 'http://127.0.0.1:9200';
const ALICE_ADDRESS = 'erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th';
const BOB_ADDRESS = 'erd1spyavw0956vq68xj8y4tenjpq2wd5a9p2c6j8gsz7ztyrnpxrruqzu66jx';
const CAROL_ADDRESS = 'erd1k2s324ww2g0yj38qn2ch2jwctdy8mnfxep94q9arncc6xecg3xaq6mjse8';
Expand Down

0 comments on commit 47f7fa8

Please sign in to comment.