Fixes test case for payload type

This commit is contained in:
Vitor Pamplona
2025-11-15 16:41:02 -05:00
parent 673d8d2c30
commit fef78cd557
@@ -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,