Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Sep 10, 2024
1 parent 9663379 commit 75c264c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,8 @@ void getEndPointsListShouldHandleNamespaces() {
List<Endpoints> result_endpoints = discoveryClient.getEndPointsList("endpoint");

assertThat(result_endpoints).hasSize(2);
assertThat(result_endpoints.stream()
.map(Endpoints::getMetadata)
.map(ObjectMeta::getNamespace)
.toList()).containsOnly(namespace1, namespace3);
assertThat(result_endpoints.stream().map(Endpoints::getMetadata).map(ObjectMeta::getNamespace).toList())
.containsOnly(namespace1, namespace3);
}

@Test
Expand Down

0 comments on commit 75c264c

Please sign in to comment.