MNT-24883 fixes as per test cases

This commit is contained in:
bsayan2
2025-06-02 15:20:56 +05:30
parent 93e6e9b437
commit 1b05a660c4

View File

@@ -340,7 +340,7 @@ public class RemoteTransformerClient
ContentType contentType = ContentType.create(sourceMimetype);
if (StringUtils.isEmpty(filename))
{
builder.addBinaryBody("file", contentStream, contentType, "tmp" + sourceExtension);
builder.addBinaryBody("file", contentStream, contentType, "tmp." + sourceExtension);
}
else
{