QQQ-14 Also adding portElasticSearch, as we still got one port-in-use error w/ just portEdge

This commit is contained in:
2022-06-22 11:04:13 -05:00
parent b80b3633aa
commit 26e8bcc149

View File

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