From d539556a8d03c48258d08207aaf918c202c90df6 Mon Sep 17 00:00:00 2001 From: kimsungmin1 <142377392+kimsungmin1@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:28:56 +0900 Subject: [PATCH] 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> --- pkg/registry/registry_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/registry_test.go b/pkg/registry/registry_test.go index 9388c8142..7d7b5a112 100644 --- a/pkg/registry/registry_test.go +++ b/pkg/registry/registry_test.go @@ -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