Merge pull request #8456 from kaovilai/unused-change-struct

internal/hook/wait_exec_hook_handler_test.go: Remove unused change struct
pull/8472/head
Wenkai Yin(尹文开) 2024-12-02 14:48:56 +08:00 committed by GitHub
commit b89270f2c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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