diff --git a/agent/consul/internal_endpoint_test.go b/agent/consul/internal_endpoint_test.go index 1b5c03e2b9..2ede0f7a3a 100644 --- a/agent/consul/internal_endpoint_test.go +++ b/agent/consul/internal_endpoint_test.go @@ -1624,6 +1624,7 @@ func TestInternal_GatewayServiceDump_Ingress(t *testing.T) { Service: structs.ServiceID{ID: "db"}, GatewayKind: "ingress-gateway", Port: 8888, + Protocol: "tcp", }, }, { @@ -1655,6 +1656,7 @@ func TestInternal_GatewayServiceDump_Ingress(t *testing.T) { Service: structs.ServiceID{ID: "db"}, GatewayKind: "ingress-gateway", Port: 8888, + Protocol: "tcp", }, }, { @@ -1664,6 +1666,7 @@ func TestInternal_GatewayServiceDump_Ingress(t *testing.T) { Service: structs.ServiceID{ID: "web"}, GatewayKind: "ingress-gateway", Port: 8080, + Protocol: "tcp", }, }, }