Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: kimsungmin1 <142377392+kimsungmin1@users.noreply.github.com>
pull/31211/head
kimsungmin1 6 days ago committed by GitHub
parent 503acff975
commit d539556a8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -148,7 +148,7 @@ func setup(suite *TestRegistry, tlsEnabled, insecure bool, auth string) {
if auth == "token" {
ln, err := lnCfg.Listen(suite.T().Context(), "tcp", "127.0.0.1:0")
suite.NoError(err, "no error finding free port for test auth server")
suite.Require().NoError(err, "no error finding free port for test auth server")
defer ln.Close()
//set test auth server host

Loading…
Cancel
Save