From ba9f20ae0ebc5114905d4e3511180ff228da1b14 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Tue, 21 May 2024 16:40:35 +0000 Subject: [PATCH] rerun test --- src/internal/agent/hooks/pods.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal/agent/hooks/pods.go b/src/internal/agent/hooks/pods.go index ea822f366f..cefb024df0 100644 --- a/src/internal/agent/hooks/pods.go +++ b/src/internal/agent/hooks/pods.go @@ -39,7 +39,6 @@ func parsePod(object []byte) (*corev1.Pod, error) { if err := json.Unmarshal(object, &pod); err != nil { return nil, err } - return &pod, nil }