Skip to content

Commit

Permalink
Fix the e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Mar 15, 2024
1 parent 0ef733f commit f22c585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system_tests/espresso_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ func createL2Node(ctx context.Context, t *testing.T, hotshot_url string, builder

nodeConfig.Feed.Output.Enable = true
nodeConfig.Feed.Output.Addr = "0.0.0.0"
builder.nodeConfig.Feed.Output.Enable = true
builder.nodeConfig.Feed.Output.Port = fmt.Sprintf("%d", broadcastPort)
nodeConfig.Feed.Output.Enable = true
nodeConfig.Feed.Output.Port = fmt.Sprintf("%d", broadcastPort)

client, cleanup := builder.Build2ndNode(t, &SecondNodeParams{nodeConfig: nodeConfig})
return client, builder.L2Info, cleanup
Expand Down

0 comments on commit f22c585

Please sign in to comment.