From 8e42dfcc901febd6a43a542690ee7f7015a5c913 Mon Sep 17 00:00:00 2001 From: Jens Schneider Date: Thu, 1 Jun 2023 15:26:38 +0200 Subject: [PATCH] Add missing imports to infrastructure test Signed-off-by: Jens Schneider --- pkg/controller/infrastructure/actuator_reconcile_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/controller/infrastructure/actuator_reconcile_test.go b/pkg/controller/infrastructure/actuator_reconcile_test.go index ffd1847c6..9ddd5b6ad 100644 --- a/pkg/controller/infrastructure/actuator_reconcile_test.go +++ b/pkg/controller/infrastructure/actuator_reconcile_test.go @@ -28,6 +28,8 @@ import ( kutil "github.com/gardener/gardener/pkg/utils/kubernetes" "github.com/go-logr/logr" "github.com/golang/mock/gomock" + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" corev1 "k8s.io/api/core/v1" k8sclient "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/runtime/inject"