From 032706dcb7c8195f451b3075576d9e62c35b13c8 Mon Sep 17 00:00:00 2001 From: Aaron Lu <50029043+aalu1418@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:42:49 -0600 Subject: [PATCH] fix: use correct WS url within tests (#772) --- 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{