diff --git a/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlobAPITest.groovy b/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlobAPITest.groovy index d2642b93cf7c..eaec1f794304 100644 --- a/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlobAPITest.groovy +++ b/sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlobAPITest.groovy @@ -91,7 +91,7 @@ class BlobAPITest extends APISpec { when: // Uses blob output stream under the hood. - bc.uploadWithResponse(input, 20 * Constants.MB, pto, null, null, null, null, null) + bc.uploadWithResponse(input, 20 * Constants.MB, pto, null, null, null, null, null, null) then: notThrown(BlobStorageException)