Skip to content

Commit 332e94d

Browse files
committed
fix lint
1 parent 88c7676 commit 332e94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/trafficsplitting/WeightedClustersRoutingTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class WeightedClustersRoutingTest {
2323
"envoy-control.envoy.snapshot.stateSampleDuration" to Duration.ofSeconds(0),
2424
"envoy-control.sync.enabled" to true,
2525
"envoy-control.envoy.snapshot.loadBalancing.trafficSplitting.zoneName" to forceTrafficZone,
26-
"envoy-control.envoy.snapshot.loadBalancing.trafficSplitting.serviceByWeightsProperties.${serviceName}.main" to 90,
27-
"envoy-control.envoy.snapshot.loadBalancing.trafficSplitting.serviceByWeightsProperties.${serviceName}.secondary" to 10,
26+
"envoy-control.envoy.snapshot.loadBalancing.trafficSplitting.serviceByWeightsProperties.$serviceName.main" to 90,
27+
"envoy-control.envoy.snapshot.loadBalancing.trafficSplitting.serviceByWeightsProperties.$serviceName.secondary" to 10,
2828
"envoy-control.envoy.snapshot.loadBalancing.priorities.zonePriorities" to mapOf(
2929
"dc1" to mapOf(
3030
"dc1" to 0,

0 commit comments

Comments
 (0)