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>
(cherry picked from commit d539556a8d)
release-4.2
kimsungmin1 2 months ago committed by Scott Rigby
parent 183a540229
commit 2bd2c66544
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -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