Skip to content

Commit a488244

Browse files
authored
Update CloudFront test resource name (#4925)
Make it clear that the resource is not to be deleted.
1 parent b838024 commit a488244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/cloudfront/src/test/java/software/amazon/awssdk/services/cloudfront/CloudFrontUtilitiesIntegrationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
public class CloudFrontUtilitiesIntegrationTest extends IntegrationTestBase {
7676
private static final Base64.Encoder ENCODER = Base64.getEncoder();
77-
private static final String RESOURCE_PREFIX = "cf-test-";
77+
private static final String RESOURCE_PREFIX = "do-not-delete-cf-test-";
7878
private static final String CALLER_REFERENCE = UUID.randomUUID().toString();
7979
private static final String S3_OBJECT_KEY = "s3ObjectKey";
8080

0 commit comments

Comments
 (0)