From 4982bc5a705d97a005a4c24ea8dc6ddb10680d9e Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Wed, 15 May 2019 11:45:24 -0400 Subject: [PATCH] remove unneeded debug flag Signed-off-by: Josh Dolitsky --- pkg/registry/client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/registry/client_test.go b/pkg/registry/client_test.go index d9f22361f..9882afa62 100644 --- a/pkg/registry/client_test.go +++ b/pkg/registry/client_test.go @@ -71,7 +71,6 @@ func (suite *RegistryClientTestSuite) SetupSuite() { // Init test client suite.RegistryClient = NewClient(&ClientOptions{ - Debug: false, Out: suite.Out, Authorizer: Authorizer{ Client: client,