From 24db38bf582ad79a69d50a689cd748ab8f8b728c Mon Sep 17 00:00:00 2001 From: Thomas Limoncelli Date: Wed, 3 Dec 2025 15:43:33 -0500 Subject: [PATCH] fixup! --- integrationTest/helpers_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integrationTest/helpers_integration_test.go b/integrationTest/helpers_integration_test.go index 052d31047..348193efb 100644 --- a/integrationTest/helpers_integration_test.go +++ b/integrationTest/helpers_integration_test.go @@ -570,6 +570,7 @@ func testgroup(desc string, items ...interface{}) *TestGroup { } func tc(desc string, recs ...*models.RecordConfig) *TestCase { + desc = strings.TrimSpace(desc) var records []*models.RecordConfig var unmanagedItems []*models.UnmanagedConfig for _, r := range recs {