From d2979b64a3d5b7a87955bd3958b20286f865e8da Mon Sep 17 00:00:00 2001 From: Michael Boeckli Date: Thu, 21 Mar 2024 17:43:38 +0100 Subject: [PATCH] Integration test for peer --- peer_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer_integration_test.go b/peer_integration_test.go index 636f523..45363bb 100644 --- a/peer_integration_test.go +++ b/peer_integration_test.go @@ -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}, }, },