diff --git a/pkg/registry/utils_test.go b/pkg/registry/utils_test.go index c71fda60d..8c7cb64ab 100644 --- a/pkg/registry/utils_test.go +++ b/pkg/registry/utils_test.go @@ -57,11 +57,8 @@ var ( testHtpasswdFileBasename = "authtest.htpasswd" testUsername = "myuser" testPassword = "mypass" -) - -var ( - testIssuer = "testissuer" - testService = "testservice" + testIssuer = "testissuer" + testService = "testservice" ) type TestSuite struct {