Skip to content

Commit 1b520dc

Browse files
committed
Fix transient text case failures
1 parent 286b515 commit 1b520dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ApacheClientTlsAuthTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public static void setUp() throws IOException {
8383

8484
wireMockServer = new WireMockServer(wireMockConfig()
8585
.dynamicHttpsPort()
86+
.dynamicPort()
8687
.needClientAuth(true)
8788
.keystorePath(serverKeyStore.toAbsolutePath().toString())
8889
.keystorePassword(STORE_PASSWORD)

http-clients/apache5-client/src/test/java/software/amazon/awssdk/http/apache5/Apache5ClientTlsAuthTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public static void setUp() throws IOException {
8282

8383
wireMockServer = new WireMockServer(wireMockConfig()
8484
.dynamicHttpsPort()
85+
.dynamicPort()
8586
.needClientAuth(true)
8687
.keystorePath(serverKeyStore.toAbsolutePath().toString())
8788
.keystorePassword(STORE_PASSWORD)

0 commit comments

Comments
 (0)