Skip to content

Commit 67010b6

Browse files
committed
Fixed listening_ports.go
1 parent 3c27b20 commit 67010b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/suites/listening_ports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (s *ProcessListeningOnPortTestSuite) SetupSuite() {
5858
port, err := s.getPort(serverName)
5959
s.Require().NoError(err)
6060

61-
s.serverURL = fmt.Sprintf("http://%s:%s", ip, port)
61+
s.serverURL = fmt.Sprintf("http://%s:%d", ip, port)
6262

6363
// Wait 5 seconds for the plop service to start
6464
common.Sleep(5 * time.Second)

0 commit comments

Comments
 (0)