Skip to content

Commit

Permalink
fix expected test service name
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-lloyd committed May 10, 2022
1 parent 0e85f9e commit 30fa6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/azure_loadbalancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ func TestReconcileLoadBalancerRule(t *testing.T) {
},
{
desc: "getExpectedLBRules shall return corresponding probe and lbRule (slb with IPv6)",
service: getTestService("testIPv6", v1.ProtocolTCP, map[string]string{
service: getTestService("test1", v1.ProtocolTCP, map[string]string{
"service.beta.kubernetes.io/azure-load-balancer-internal": "true",
}, true, 80),
loadBalancerSku: "standard",
Expand Down

0 comments on commit 30fa6af

Please sign in to comment.