From a6fd9e3597cc73b3fe1e0276088943e79be864bd Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Tue, 5 Mar 2024 10:50:49 +0100 Subject: [PATCH] Removed plugins logic --- integration-tests/smoke/ocr2_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/integration-tests/smoke/ocr2_test.go b/integration-tests/smoke/ocr2_test.go index f8759439e..c9f0213fa 100644 --- a/integration-tests/smoke/ocr2_test.go +++ b/integration-tests/smoke/ocr2_test.go @@ -47,10 +47,6 @@ func TestOCRBasic(t *testing.T) { require.NoError(t, err, "Could not set INTERNAL_DOCKER_REPO") test := test t.Run(test.name, func(t *testing.T) { - if test.name == "plugins" { - pluginImage := *config.ChainlinkImage.Version + "-plugins" - config.ChainlinkImage.Version = &pluginImage - } t.Parallel() logging.Init() state, err := common.NewOCRv2State(t, "smoke-ocr2", &config)