From 8a9aec61bc054b023dac24971cbfc11a9201403c Mon Sep 17 00:00:00 2001 From: Cezary Haliniarz Date: Thu, 21 Jul 2022 18:12:00 +0200 Subject: [PATCH] fix: update node runner integration test (#129) --- test/integration/NodeRunner.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/NodeRunner.spec.ts b/test/integration/NodeRunner.spec.ts index d7435a8..b99b0d1 100644 --- a/test/integration/NodeRunner.spec.ts +++ b/test/integration/NodeRunner.spec.ts @@ -104,6 +104,7 @@ describe("NodeRunner", () => { }, ETH: {}, }, + httpBroadcasterURLs: ["http://localhost:9000"], }; });