Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Aug 2, 2023
1 parent c1051fe commit c680a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/helper/helper_dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ func StartDevMode(options DevSessionOpts) (devSession DevSession, err error) {
result.ErrOut = string(errContents)
result.Endpoints = getPorts(string(outContents), options.CustomAddress)
if options.StartAPIServer {
// errContents because the server message is still printed as a log/warning
result.APIServerEndpoint = getAPIServerPort(string(errContents))
result.APIServerEndpoint = getAPIServerPort(string(outContents))
}
return result, nil

Expand Down

0 comments on commit c680a46

Please sign in to comment.