File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1156,7 +1156,7 @@ func TestReconcileLoadBalancers(t *testing.T) {
1156
1156
1157
1157
mockVpc .EXPECT ().GetLoadBalancer (gomock .Any ()).Return (& vpcv1.LoadBalancer {
1158
1158
ID : core .StringPtr ("test-lb-instanceid" ),
1159
- ProvisioningStatus : core .StringPtr ("pending " ),
1159
+ ProvisioningStatus : core .StringPtr ("update_pending " ),
1160
1160
Name : core .StringPtr ("test-lb" ),
1161
1161
}, nil , nil )
1162
1162
@@ -1216,7 +1216,7 @@ func TestReconcileLoadBalancers(t *testing.T) {
1216
1216
},
1217
1217
}
1218
1218
1219
- mockVpc .EXPECT ().GetLoadBalancerByName (gomock .Any ()).Return (nil , errors .New ("loadBalancer list returned is nil " ))
1219
+ mockVpc .EXPECT ().GetLoadBalancerByName (gomock .Any ()).Return (nil , errors .New ("failed to get load balancer by name " ))
1220
1220
1221
1221
requeue , err := clusterScope .ReconcileLoadBalancers ()
1222
1222
g .Expect (requeue ).To (BeFalse ())
You can’t perform that action at this time.
0 commit comments