Merge pull request #16058 from eugenp/BAEL-7419-v2

BAEL-7419 rename to live test
This commit is contained in:
Loredana Crusoveanu 2024-03-06 17:16:11 +02:00 committed by GitHub
commit 0141c95811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
@Testcontainers
public class S3CrudServiceIntegrationTest {
public class S3CrudServiceLiveTest {
private static final String TEST_BUCKET_NAME = "test-bucket";