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 a047d17 commit 5c12d79Copy full SHA for 5c12d79
src/test/java/com/back/domain/file/config/S3MockConfig.java
@@ -21,7 +21,7 @@ public class S3MockConfig {
21
22
@Bean
23
public S3Mock s3Mock() {
24
- return new S3Mock.Builder().withPort(8001).withInMemoryBackend().build();
+ return new S3Mock.Builder().withPort(0).withInMemoryBackend().build();
25
}
26
27
0 commit comments