We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a721bd1 commit 83ebfc5Copy full SHA for 83ebfc5
envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/EnvoySnapshotFactoryTest.kt
@@ -256,6 +256,7 @@ class EnvoySnapshotFactoryTest {
256
.anyMatch { e -> e.locality.zone == CURRENT_ZONE }
257
.anyMatch { e -> e.locality.zone == TRAFFIC_SPLITTING_FORCE_TRAFFIC_ZONE }
258
}
259
+ assertThat(snapshot.endpoints().resources().values)
260
.anySatisfy {
261
assertThat(it.clusterName).isEqualTo(SECONDARY_CLUSTER_NAME)
262
assertThat(it.endpointsList)
0 commit comments