From 79d1f1f7e74b25ff695c553e23daf80420694b88 Mon Sep 17 00:00:00 2001 From: Rick Ley Date: Fri, 8 May 2020 14:22:21 -0700 Subject: [PATCH] Fixed live test failure --- .../src/test/java/com/azure/storage/blob/BlobAPITest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)