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