mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
fix test expectation
This commit is contained in:
@@ -292,7 +292,7 @@ describe('getFileSystemHelperFunctions', () => {
|
||||
|
||||
await expect(
|
||||
helperFunctions.createReadStream(await helperFunctions.resolvePath(filePath)),
|
||||
).rejects.toThrow('could not be opened');
|
||||
).rejects.toThrow('ELOOP: too many symbolic links encountered');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user