We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accc26b commit 4e5786eCopy full SHA for 4e5786e
core/regions/src/test/java/software/amazon/awssdk/regions/PartitionServiceMetadataTest.java
@@ -56,10 +56,7 @@ public class PartitionServiceMetadataTest {
56
57
@Test
58
public void endpointFor_ReturnsEndpoint_ForAllRegionalizedServices_When_AwsPartition() {
59
- AWS_PARTITION_REGIONALIZED_SERVICES.forEach(s -> {
60
- System.out.println(s);
61
- ServiceMetadata.of(s).endpointFor(Region.US_EAST_1);
62
- });
+ AWS_PARTITION_REGIONALIZED_SERVICES.forEach(s -> ServiceMetadata.of(s).endpointFor(Region.US_EAST_1));
63
}
64
65
0 commit comments