Skip to content

Commit

Permalink
fix test after changing the loadbalancer name
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Apr 6, 2024
1 parent bbf73ec commit a3882e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loadbalancer/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
}
Expand Down

0 comments on commit a3882e8

Please sign in to comment.