From 2a14f87c626cef4837fa9f2a6d9556e57d04450c Mon Sep 17 00:00:00 2001 From: aalu1418 <50029043+aalu1418@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:54:16 -0600 Subject: [PATCH] fix: use correct WS url within tests --- integration-tests/common/test_common.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/common/test_common.go b/integration-tests/common/test_common.go index ec6764faa..170cdcc68 100644 --- a/integration-tests/common/test_common.go +++ b/integration-tests/common/test_common.go @@ -238,9 +238,9 @@ func (m *OCRv2TestState) DeployContracts(contractsDir string) { // CreateJobs creating OCR jobs and EA stubs func (m *OCRv2TestState) CreateJobs() { - // Setting up RPC - c := rpc.New(*m.Config.TestConfig.Common.RPCURL) - wsc, err := ws.Connect(testcontext.Get(m.Config.T), *m.Config.TestConfig.Common.WsURL) + // Setting up RPC used for external network funding + c := rpc.New(m.Common.ChainDetails.RPCURLExternal) + wsc, err := ws.Connect(testcontext.Get(m.Config.T), m.Common.ChainDetails.WSURLExternal) require.NoError(m.Config.T, err, "Error connecting to websocket client") relayConfig := job.JSONConfig{