Skip to content

Commit

Permalink
pipeline/task.bridge: rebase fix for commonconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotm committed Jan 19, 2024
1 parent 382c19c commit 635a696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/pipeline/task.bridge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ func TestBridgeTask_AdapterResponseStatusFailure(t *testing.T) {

db := pgtest.NewSqlxDB(t)
cfg := configtest.NewGeneralConfig(t, func(c *chainlink.Config, s *chainlink.Secrets) {
c.WebServer.BridgeCacheTTL = models.MustNewDuration(1 * time.Minute)
c.WebServer.BridgeCacheTTL = commonconfig.MustNewDuration(1 * time.Minute)
})

testAdapterResponse := &adapterResponse{
Expand Down

0 comments on commit 635a696

Please sign in to comment.