mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 04:59:13 +00:00
fix(Google Drive Node): Fix issue preventing service account from downloading files (#7642)
This commit is contained in:
@@ -26,7 +26,7 @@ describe('test GoogleDriveV2: file download', () => {
|
||||
jest.unmock('../../../../v2/transport');
|
||||
});
|
||||
|
||||
it('shuold be called with', async () => {
|
||||
it('should be called with', async () => {
|
||||
const nodeParameters = {
|
||||
operation: 'deleteFile',
|
||||
fileId: {
|
||||
@@ -58,7 +58,7 @@ describe('test GoogleDriveV2: file download', () => {
|
||||
{},
|
||||
{ alt: 'media' },
|
||||
undefined,
|
||||
{ encoding: null, json: false, resolveWithFullResponse: true, useStream: true },
|
||||
{ encoding: 'arraybuffer', json: false, returnFullResponse: true, useStream: true },
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user