diff --git a/pkg/cluster/cluster_test.go b/pkg/cluster/cluster_test.go index 9d1bb4444..4562d525e 100644 --- a/pkg/cluster/cluster_test.go +++ b/pkg/cluster/cluster_test.go @@ -34,7 +34,9 @@ var cl = New( SuperUsername: superUserName, ReplicationUsername: replicationUserName, }, - DownscalerAnnotations: []string{"downscaler/*"}, + Resources: config.Resources{ + DownscalerAnnotations: []string{"downscaler/*"}, + }, }, }, k8sutil.NewMockKubernetesClient(),