Skip to content

Commit 9fd9313

Browse files
committed
fix styles
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
1 parent 5ee863d commit 9fd9313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/controllers/http/clusterhttpscalingset_controller_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ var _ = Describe("ClusterHTTPScalingSetController", func() {
146146
},
147147
Spec: v1alpha1.HTTPScalingSetSpec{
148148
Interceptor: v1alpha1.HTTPInterceptorSepc{
149-
Replicas: ptr.To(int32(interceptorReplicas)),
149+
Replicas: ptr.To(interceptorReplicas),
150150
Resources: interceptorResouces,
151151
Config: &v1alpha1.HTTPInterceptorConfigurationSepc{
152152
ProxyPort: ptr.To(interceptorProxyPort),
@@ -160,7 +160,7 @@ var _ = Describe("ClusterHTTPScalingSetController", func() {
160160
},
161161
},
162162
Scaler: v1alpha1.HTTPScalerSepc{
163-
Replicas: ptr.To(int32(scalerReplicas)),
163+
Replicas: ptr.To(scalerReplicas),
164164
Resources: scalerResouces,
165165
Config: v1alpha1.HTTPScalerConfigurationSepc{
166166
Port: ptr.To(scalerPort),

0 commit comments

Comments
 (0)