Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jan 16, 2025
1 parent 025aa34 commit 4ea8c76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests/capabilities/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ func TestWorkflow(t *testing.T) {
bc.Nodes[0].DockerInternalHTTPUrl,
)

// i + 1, because wo
for i := range workflowNodesetInfo {
in.NodeSet.NodeSpecs[i+1].Node.TestConfigOverrides = fmt.Sprintf(`
[Feature]
Expand Down Expand Up @@ -757,7 +756,7 @@ func TestWorkflow(t *testing.T) {
ocr3CapabilityAddress,
nodesInfo[i].OcrKeyBundleID,
bootstrapNodeInfo.PeerID,
"node0:6690",
"node0:5001",
nodesInfo[i].TransmitterAddress,
bc.ChainID,
nodesInfo[i].OcrKeyBundleID,
Expand Down

0 comments on commit 4ea8c76

Please sign in to comment.