Skip to content

Commit

Permalink
Merge pull request #2548 from kerthcet/fix/cmd-unit-test
Browse files Browse the repository at this point in the history
Fix unit test in cmd
  • Loading branch information
volcano-sh-bot committed Oct 28, 2022
2 parents 3346870 + d3dff8c commit d3edde7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/controller-manager/app/options/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestAddFlags(t *testing.T) {
MaxRequeueNum: defaultMaxRequeueNum,
HealthzBindAddress: ":11251",
DetectionPeriodOfDependsOntask: defaultDetectionPeriodOfDependsOntask,
InheritOwnerAnnotations: true,
}

if !reflect.DeepEqual(expected, s) {
Expand Down

0 comments on commit d3edde7

Please sign in to comment.