Skip to content

Commit

Permalink
fix fuzz controller spell (#1905)
Browse files Browse the repository at this point in the history
Signed-off-by: huiwq1990 <huiwq1990@163.com>
  • Loading branch information
huiwq1990 authored Jan 11, 2024
1 parent d7f64fc commit ed20955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzz/yurtappdaemon_fuzzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func FuzzAppDaemonReconcile(data []byte) int {
Client: clientFake,
scheme: fakeSchemeForFuzzing,
recorder: record.NewFakeRecorder(10000),
controls: map[appsv1alpha1.TemplateType]workloadcontroller.WorkloadControllor{
controls: map[appsv1alpha1.TemplateType]workloadcontroller.WorkloadController{
appsv1alpha1.DeploymentTemplateType: &workloadcontroller.DeploymentControllor{Client: clientFake, Scheme: fakeSchemeForFuzzing},
},
}
Expand Down

0 comments on commit ed20955

Please # to comment.