We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c27b20 commit 67010b6Copy full SHA for 67010b6
integration-tests/suites/listening_ports.go
@@ -58,7 +58,7 @@ func (s *ProcessListeningOnPortTestSuite) SetupSuite() {
58
port, err := s.getPort(serverName)
59
s.Require().NoError(err)
60
61
- s.serverURL = fmt.Sprintf("http://%s:%s", ip, port)
+ s.serverURL = fmt.Sprintf("http://%s:%d", ip, port)
62
63
// Wait 5 seconds for the plop service to start
64
common.Sleep(5 * time.Second)
0 commit comments