mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
test(UM tests): add missing UM tests n8n-3648 (#4077)
* ⚡ added test for users reinvite
This commit is contained in:
@@ -95,7 +95,7 @@ return items;`,
|
||||
if (item?.binary && item?.index !== undefined && item?.index !== null) {
|
||||
for (const binaryPropertyName of Object.keys(item.binary)) {
|
||||
item.binary[binaryPropertyName].data = (
|
||||
await this.helpers.getBinaryDataBuffer(item.index, binaryPropertyName)
|
||||
await this.helpers.getBinaryDataBuffer(item.index as number, binaryPropertyName)
|
||||
)?.toString('base64');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user