fix(Convert to/from binary data Node): Better mime type defaults (#7693)

Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Michael Kret
2023-11-13 16:52:50 +02:00
committed by GitHub
parent a262c450f7
commit 9b3be0cfd8
2 changed files with 29 additions and 26 deletions

View File

@@ -84,6 +84,7 @@ describe('Test Move Binary Data Node', () => {
mimeType: 'application/json',
fileType: 'json',
fileSize: '59 B',
fileExtension: 'json',
},
},
},
@@ -103,6 +104,7 @@ describe('Test Move Binary Data Node', () => {
fileType: 'json',
fileSize: '10 B',
fileName: 'example.json',
fileExtension: 'json',
},
},
},