Skip to content

Commit 0645961

Browse files
jayasheelankumarl-technicore
authored andcommitted
Fixing the 1.23 related test framework fixes
1 parent a5df253 commit 0645961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/service_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ func (j *ServiceTestJig) newRCTemplate(namespace string) *v1.ReplicationControll
603603
Args: []string{"netexec", "--http-port=80", "--udp-port=80"},
604604
ReadinessProbe: &v1.Probe{
605605
PeriodSeconds: 3,
606-
Handler: v1.Handler{
606+
ProbeHandler: v1.ProbeHandler{
607607
HTTPGet: &v1.HTTPGetAction{
608608
Port: intstr.FromInt(80),
609609
Path: "/hostName",

0 commit comments

Comments
 (0)