Skip to content

Commit

Permalink
Removed plugins logic
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Mar 5, 2024
1 parent 2f97df7 commit a6fd9e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a6fd9e3

Please sign in to comment.