Skip to content

Commit

Permalink
Integration test for peer
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim committed Mar 21, 2024
1 parent 922f08a commit d2979b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestMain(m *testing.M) {
Env: []string{},
ExposedPorts: []string{p2pPort},
PortBindings: map[docker.Port][]docker.PortBinding{
p2pPort: {
"18335": {
{HostIP: "0.0.0.0", HostPort: p2pPort},
},
},
Expand Down

0 comments on commit d2979b6

Please sign in to comment.