Skip to content

Commit

Permalink
Switches test to heavyweight DB (#11712)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez authored Jan 9, 2024
1 parent 80bc9f2 commit 1bb33a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/services/job/job_orm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
evmcfg "github.com/smartcontractkit/chainlink/v2/core/chains/evm/config/toml"
"github.com/smartcontractkit/chainlink/v2/core/chains/evm/utils/big"
"github.com/smartcontractkit/chainlink/v2/core/internal/cltest"
"github.com/smartcontractkit/chainlink/v2/core/internal/cltest/heavyweight"
"github.com/smartcontractkit/chainlink/v2/core/internal/testutils"
"github.com/smartcontractkit/chainlink/v2/core/internal/testutils/configtest"
"github.com/smartcontractkit/chainlink/v2/core/internal/testutils/evmtest"
Expand Down Expand Up @@ -1386,7 +1387,7 @@ func Test_FindPipelineRunIDsByJobID(t *testing.T) {
var jb job.Job

config := configtest.NewTestGeneralConfig(t)
db := pgtest.NewSqlxDB(t)
_, db := heavyweight.FullTestDBV2(t, nil)

keyStore := cltest.NewKeyStore(t, db, config.Database())
require.NoError(t, keyStore.OCR().Add(cltest.DefaultOCRKey))
Expand Down

0 comments on commit 1bb33a4

Please sign in to comment.