diff --git a/cmd/artifact/install/install_suite_test.go b/cmd/artifact/install/install_suite_test.go index 0f8d8f8e..572c4ef9 100644 --- a/cmd/artifact/install/install_suite_test.go +++ b/cmd/artifact/install/install_suite_test.go @@ -47,7 +47,7 @@ var ( ctx = context.Background() output = gbytes.NewBuffer() rootCmd *cobra.Command - opt *commonoptions.CommonOptions + opt *commonoptions.Common port int orasRegistry *remote.Registry configFile string diff --git a/cmd/index/add/add_suite_test.go b/cmd/index/add/add_suite_test.go index 642d2616..5a93bc06 100644 --- a/cmd/index/add/add_suite_test.go +++ b/cmd/index/add/add_suite_test.go @@ -45,7 +45,7 @@ var ( ctx = context.Background() output = gbytes.NewBuffer() rootCmd *cobra.Command - opt *commonoptions.CommonOptions + opt *commonoptions.Common port int orasRegistry *remote.Registry configFile string diff --git a/cmd/registry/auth/basic/basic_suite_test.go b/cmd/registry/auth/basic/basic_suite_test.go index 80a1e9cf..63bed781 100644 --- a/cmd/registry/auth/basic/basic_suite_test.go +++ b/cmd/registry/auth/basic/basic_suite_test.go @@ -44,7 +44,7 @@ var ( ctx = context.Background() output = gbytes.NewBuffer() rootCmd *cobra.Command - opt *commonoptions.CommonOptions + opt *commonoptions.Common port int portBasic int configFile string diff --git a/cmd/registry/auth/oauth/oauth_suite_test.go b/cmd/registry/auth/oauth/oauth_suite_test.go index d3792835..d8d68180 100644 --- a/cmd/registry/auth/oauth/oauth_suite_test.go +++ b/cmd/registry/auth/oauth/oauth_suite_test.go @@ -43,7 +43,7 @@ var ( ctx = context.Background() output = gbytes.NewBuffer() rootCmd *cobra.Command - opt *commonoptions.CommonOptions + opt *commonoptions.Common port int orasRegistry *remote.Registry configFile string diff --git a/cmd/registry/pull/pull_suite_test.go b/cmd/registry/pull/pull_suite_test.go index c48c1e75..ee214e12 100644 --- a/cmd/registry/pull/pull_suite_test.go +++ b/cmd/registry/pull/pull_suite_test.go @@ -47,7 +47,7 @@ var ( ctx = context.Background() output = gbytes.NewBuffer() rootCmd *cobra.Command - opt *commonoptions.CommonOptions + opt *commonoptions.Common port int orasRegistry *remote.Registry configFile string