internal/hook/wait_exec_hook_handler_test.go: Remove unused change struct

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
pull/8456/head
Tiger Kaovilai 2024-11-25 14:25:19 -05:00
parent d00e7f8f2a
commit b66d7a7e0c
No known key found for this signature in database
GPG Key ID: F05DADBB55627443
1 changed files with 0 additions and 5 deletions

View File

@ -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