From a3882e8d5b330016a977da27334a1cfc7513d8fe Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Sat, 6 Apr 2024 13:59:23 +0200 Subject: [PATCH] fix test after changing the loadbalancer name --- pkg/loadbalancer/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/loadbalancer/server_test.go b/pkg/loadbalancer/server_test.go index 28609181..c4a75ea4 100644 --- a/pkg/loadbalancer/server_test.go +++ b/pkg/loadbalancer/server_test.go @@ -20,7 +20,7 @@ func TestLoadBalancerName(t *testing.T) { name: "simple", cluster: "test-cluster", service: &v1.Service{ObjectMeta: metav1.ObjectMeta{Namespace: "test-namespace", Name: "test-service"}}, - expected: constants.ContainerPrefix + "-AWEHRL6IVEFOWQI2DXZDWR4QZPCNHGSVJCV5UBM6", + expected: constants.ContainerPrefix + "-CGVXJAVBASN2Z3RXOABMYVHNP7WNHR3ATSDVOTEN", expectedLen: 48, }, }