Skip to content

Commit ed3880d

Browse files
committed
Add PR Review suggestions
1 parent e3d88c0 commit ed3880d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/ccm/loadbalancer_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,11 @@ var _ = Describe("LoadBalancer", func() {
466466
Expect(err).To(MatchError(wantedErrorString))
467467

468468
},
469-
Entry("should keep DisableTargetSecurityGroupAssignment as true when it is initially true",
469+
Entry("should return an error without specific errors",
470470
[]loadbalancer.LoadBalancerError{},
471471
"the load balancer is in an error state",
472472
),
473-
Entry("should not set DisableTargetSecurityGroupAssignment to true when it is initially false",
473+
Entry("should return an error with specific errors",
474474
[]loadbalancer.LoadBalancerError{
475475
{
476476
Type: new(loadbalancer.LOADBALANCERERRORTYPE_TYPE_UNSPECIFIED),

0 commit comments

Comments
 (0)