Merge pull request #647 from duglin/BlobTestFix

Add 'message' back to BlobTest sample json
This commit is contained in:
Stephen Day 2015-06-18 18:51:47 -07:00
commit 5301dc3955

View file

@ -90,6 +90,7 @@ func TestUploadReadFrom(t *testing.T) {
[ [
{ {
"code": "BLOB_UPLOAD_INVALID", "code": "BLOB_UPLOAD_INVALID",
"message": "invalid upload identifier",
"detail": "more detail" "detail": "more detail"
} }
] ]