From b620d41da45384496a8c3f352e5ddc5cb515730c Mon Sep 17 00:00:00 2001 From: Tate Date: Thu, 16 Nov 2023 16:27:03 -0700 Subject: [PATCH] fix broken build --- integration-tests/common/common.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/common/common.go b/integration-tests/common/common.go index 5dbb93e57..238d4146e 100644 --- a/integration-tests/common/common.go +++ b/integration-tests/common/common.go @@ -19,6 +19,7 @@ import ( "github.com/smartcontractkit/chainlink-testing-framework/k8s/environment" "github.com/smartcontractkit/chainlink-testing-framework/k8s/pkg/alias" "github.com/smartcontractkit/chainlink-testing-framework/k8s/pkg/helm/chainlink" + mock_adapter "github.com/smartcontractkit/chainlink-testing-framework/k8s/pkg/helm/mock-adapter" "github.com/smartcontractkit/chainlink/integration-tests/client" "github.com/smartcontractkit/chainlink/v2/core/services/job" "github.com/smartcontractkit/chainlink/v2/core/services/relay"