Fixes test case for payload type
This commit is contained in:
@@ -110,7 +110,7 @@ class ImageUploadTesting {
|
||||
.upload(
|
||||
inputStream = inputStream,
|
||||
hash = initialHash,
|
||||
length = paylod.size,
|
||||
length = paylod.size.toLong(),
|
||||
baseFileName = "filename.png",
|
||||
contentType = "image/png",
|
||||
alt = null,
|
||||
|
||||
Reference in New Issue
Block a user