> @@ -70,7 +75,11 @@ public boolean apply(@Nullable StorageMetadata input) {
>  
>           BlobMetadata metadata = 
> view.getBlobStore().blobMetadata(containerName, "hello");
>  
> -         assert metadata.getPublicUri() != null : metadata;
> +         assertTrue(metadata.getPublicUri() != null, metadata.toString());

Addressed this and some other instances in 
8fa209b15ec91829be3810dabc9b423296b58400.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/411/files#r14154614

Reply via email to