Skip to content

Commit

Permalink
added service name to eds config #292
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassia-dailidava committed Sep 25, 2023
1 parent a721bd1 commit 83ebfc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ class EnvoySnapshotFactoryTest {
.anyMatch { e -> e.locality.zone == CURRENT_ZONE }
.anyMatch { e -> e.locality.zone == TRAFFIC_SPLITTING_FORCE_TRAFFIC_ZONE }
}
assertThat(snapshot.endpoints().resources().values)
.anySatisfy {
assertThat(it.clusterName).isEqualTo(SECONDARY_CLUSTER_NAME)
assertThat(it.endpointsList)
Expand Down

0 comments on commit 83ebfc5

Please sign in to comment.