Skip to content

Commit 83ebfc5

Browse files
added service name to eds config #292
1 parent a721bd1 commit 83ebfc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/EnvoySnapshotFactoryTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ class EnvoySnapshotFactoryTest {
256256
.anyMatch { e -> e.locality.zone == CURRENT_ZONE }
257257
.anyMatch { e -> e.locality.zone == TRAFFIC_SPLITTING_FORCE_TRAFFIC_ZONE }
258258
}
259+
assertThat(snapshot.endpoints().resources().values)
259260
.anySatisfy {
260261
assertThat(it.clusterName).isEqualTo(SECONDARY_CLUSTER_NAME)
261262
assertThat(it.endpointsList)

0 commit comments

Comments
 (0)