Repository: jclouds Updated Branches: refs/heads/master 9524383e4 -> 7e2723c9a
JCLOUDS-1452: Add missing b2 test field Fixes regression from 9524383e49c9d202d5cc81979337855dc056f41e. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/7e2723c9 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/7e2723c9 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/7e2723c9 Branch: refs/heads/master Commit: 7e2723c9a47a67e03301850adea903b47d14915b Parents: 9524383 Author: Andrew Gaul <[email protected]> Authored: Tue Jan 1 11:10:59 2019 -0800 Committer: Andrew Gaul <[email protected]> Committed: Tue Jan 1 11:10:59 2019 -0800 ---------------------------------------------------------------------- .../b2/src/test/resources/list_unfinished_large_files_response.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/7e2723c9/providers/b2/src/test/resources/list_unfinished_large_files_response.json ---------------------------------------------------------------------- diff --git a/providers/b2/src/test/resources/list_unfinished_large_files_response.json b/providers/b2/src/test/resources/list_unfinished_large_files_response.json index d793067..5572fd3 100644 --- a/providers/b2/src/test/resources/list_unfinished_large_files_response.json +++ b/providers/b2/src/test/resources/list_unfinished_large_files_response.json @@ -3,6 +3,7 @@ "files": [ { "accountId": "YOUR_ACCOUNT_ID", + "action": "upload", "bucketId": "e73ede9c9c8412db49f60715", "contentType": "application/octet-stream", "fileId": "4_ze73ede9c9c8412db49f60715_f100b4e93fbae6252_d20150824_m224353_c900_v8881000_t0001",
