diff --git a/test/pkg/test/framework.go b/test/pkg/test/framework.go index 3c7936e2..c7ac804b 100644 --- a/test/pkg/test/framework.go +++ b/test/pkg/test/framework.go @@ -71,6 +71,7 @@ func NewFramework(ctx context.Context) *Framework { var scheme = scheme.Scheme lo.Must0(v1beta1.Install(scheme)) lo.Must0(v1alpha1.Install(scheme)) + config.ConfigInit() controllerRuntimeConfig := controllerruntime.GetConfigOrDie() framework := &Framework{ Client: lo.Must(client.New(controllerRuntimeConfig, client.Options{Scheme: scheme})),