From ef1bb1185f30cfc7421037c25a79159d2b75b2aa Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Fri, 17 Nov 2023 02:26:07 +0400 Subject: [PATCH] fix AddNetworksConfig --- integration-tests/load/automationv2_1/automationv2_1_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/load/automationv2_1/automationv2_1_test.go b/integration-tests/load/automationv2_1/automationv2_1_test.go index ee520ef6c8b..dfef099c175 100644 --- a/integration-tests/load/automationv2_1/automationv2_1_test.go +++ b/integration-tests/load/automationv2_1/automationv2_1_test.go @@ -256,7 +256,7 @@ func TestLogTrigger(t *testing.T) { } else { nodeTOML = fmt.Sprintf("%s\n\n[Log]\nLevel = \"info\"", baseTOML) } - nodeTOML = client.AddNetworksConfig(nodeTOML, testNetwork) + nodeTOML = networks.AddNetworksConfig(nodeTOML, testNetwork) testEnvironment.AddHelm(chainlink.New(i, map[string]any{ "toml": nodeTOML, "chainlink": nodeSpec,