diff --git a/internal/hook/wait_exec_hook_handler_test.go b/internal/hook/wait_exec_hook_handler_test.go index 4a3b2b716..a97fa75a6 100644 --- a/internal/hook/wait_exec_hook_handler_test.go +++ b/internal/hook/wait_exec_hook_handler_test.go @@ -999,11 +999,6 @@ func TestMaxHookWait(t *testing.T) { } func TestRestoreHookTrackerUpdate(t *testing.T) { - type change struct { - // delta to wait since last change applied or pod added - wait time.Duration - updated *v1.Pod - } type expectedExecution struct { hook *velerov1api.ExecHook name string