test(UM tests): add missing UM tests n8n-3648 (#4077)

*  added test for users reinvite
This commit is contained in:
Michael Kret
2022-09-12 18:07:56 +03:00
committed by GitHub
parent 84b56eb48e
commit de4ca3b0cc
3 changed files with 42 additions and 13 deletions

View File

@@ -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');
}
}