From 5db8db3b51b323c3de40de7bad0f63e651779dca Mon Sep 17 00:00:00 2001 From: Rafael Abdalla Date: Fri, 20 Dec 2024 17:33:49 +1100 Subject: [PATCH] missing comma --- controllers/suite/clusters/humiocluster_controller_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/suite/clusters/humiocluster_controller_test.go b/controllers/suite/clusters/humiocluster_controller_test.go index f1bb4752..4a652851 100644 --- a/controllers/suite/clusters/humiocluster_controller_test.go +++ b/controllers/suite/clusters/humiocluster_controller_test.go @@ -6043,11 +6043,12 @@ var _ = Describe("HumioCluster Controller", func() { }) }) - Context("HumioCluster PodDisruptionBudget", Label("envtest", "dummy", "real", func() { + Context("HumioCluster PodDisruptionBudget", Label("envtest", "dummy", "real"), func() { var ( key types.NamespacedName toCreate *humiov1alpha1.HumioCluster ctx context.Context + cancel context.CancelFunc cleanupHelper func() )