Skip to content

Commit e07f91b

Browse files
committed
Fix ALB unit tests
1 parent 32e60f2 commit e07f91b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/alb/ingress/alb_spec_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ func fixtureAlbPayload(mods ...func(*albsdk.CreateLoadBalancerPayload)) *albsdk.
156156
Name: ptr.To("k8s-ingress-" + testIngressClassName),
157157
Listeners: []albsdk.Listener{
158158
{
159+
Name: ptr.To("http"),
159160
Port: ptr.To(int32(80)),
160161
Protocol: ptr.To("PROTOCOL_HTTP"),
161162
Http: &albsdk.ProtocolOptionsHTTP{

0 commit comments

Comments
 (0)