Skip to content

Commit

Permalink
Update pkg/reconciler/knativeserving/ingress/kourier_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kenjiro Nakayama <[email protected]>
  • Loading branch information
theomessin and nak3 authored Aug 24, 2023
1 parent 7fe9775 commit 38b3609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/knativeserving/ingress/kourier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func verifyGatewayServiceLoadBalancerIP(t *testing.T, u *unstructured.Unstructur
err := scheme.Scheme.Convert(u, svc, nil)
util.AssertEqual(t, err, nil)
svcLoadBalancerIP := svc.Spec.LoadBalancerIP
util.AssertDeepEqual(t, string(svcLoadBalancerIP), expServiceLoadBalancerIP)
util.AssertDeepEqual(t, svcLoadBalancerIP, expServiceLoadBalancerIP)
}
}

Expand Down

0 comments on commit 38b3609

Please sign in to comment.