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 70d729f commit fcbffbaCopy full SHA for fcbffba
services/dynamodb/src/test/java/software/amazon/awssdk/services/dynamodb/WaitersUserAgentTest.java
@@ -48,7 +48,7 @@
48
public class WaitersUserAgentTest {
49
50
@Rule
51
- public WireMockRule mockServer = new WireMockRule(options().notifier(new ConsoleNotifier(true)).dynamicHttpsPort());
+ public WireMockRule mockServer = new WireMockRule(options().notifier(new ConsoleNotifier(true)).dynamicHttpsPort().dynamicPort());
52
53
private DynamoDbClient dynamoDbClient;
54
private DynamoDbAsyncClient dynamoDbAsyncClient;
0 commit comments