diff --git a/pkg/workflow/test_helpers_shared_test.go b/pkg/workflow/test_helpers_shared_test.go index fe42256f946..229888d69c9 100644 --- a/pkg/workflow/test_helpers_shared_test.go +++ b/pkg/workflow/test_helpers_shared_test.go @@ -6,12 +6,6 @@ func boolPtr(b bool) *bool { return &b } -// strPtr returns a pointer to a string value. -// This is a shared helper used by both unit and integration tests. -func strPtr(s string) *string { - return &s -} - // mockValidationError helps create validation errors for testing. // This is a shared helper used by both unit and integration tests. type mockValidationError struct {