QQQ-14 changing to use LocalstackDockerProperties.portEdge instead of the deprecated .randomizePorts

This commit is contained in:
2022-06-22 10:50:42 -05:00
parent e90835dcca
commit b80b3633aa

View File

@ -38,7 +38,7 @@ import org.junit.jupiter.api.extension.ExtendWith;
**
*******************************************************************************/
@ExtendWith(LocalstackDockerExtension.class)
@LocalstackDockerProperties(services = { ServiceName.S3 }, randomizePorts = true)
@LocalstackDockerProperties(services = { ServiceName.S3 }, portEdge = "2960")
public class BaseS3Test
{
public static final String BUCKET_NAME = "localstack-test-bucket";