mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
QQQ-14 changing to use LocalstackDockerProperties.portEdge instead of the deprecated .randomizePorts
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user