diff --git a/src/test/java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java b/src/test/java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java index 4fb0fb0..ce777ef 100644 --- a/src/test/java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java +++ b/src/test/java/org/gaul/s3proxy/JcloudsS3BlobIntegrationLiveTest.java @@ -102,7 +102,7 @@ public final class JcloudsS3BlobIntegrationLiveTest @Override public void testCreateBlobWithExpiry() throws InterruptedException { if (Quirks.NO_EXPIRES.contains(blobStoreType)) { - throw new SkipException("blob access control not supported"); + throw new SkipException("expiry not supported"); } super.testCreateBlobWithExpiry(); }