Merge pull request #16058 from eugenp/BAEL-7419-v2
BAEL-7419 rename to live test
This commit is contained in:
commit
0141c95811
|
@ -21,7 +21,7 @@ import software.amazon.awssdk.utils.AttributeMap;
|
||||||
// This live test needs a running Docker instance so that a S3Mock Container can be started
|
// This live test needs a running Docker instance so that a S3Mock Container can be started
|
||||||
|
|
||||||
@Testcontainers
|
@Testcontainers
|
||||||
public class S3CrudServiceIntegrationTest {
|
public class S3CrudServiceLiveTest {
|
||||||
|
|
||||||
private static final String TEST_BUCKET_NAME = "test-bucket";
|
private static final String TEST_BUCKET_NAME = "test-bucket";
|
||||||
|
|
Loading…
Reference in New Issue