mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix node test helper for api/runtime changes
This commit is contained in:
@@ -99,7 +99,7 @@ module.exports = {
|
||||
return messageId;
|
||||
};
|
||||
|
||||
redNodes.init(settings, storage);
|
||||
redNodes.init({settings:settings, storage:storage});
|
||||
credentials.init(storage,express());
|
||||
RED.nodes.registerType("helper", helperNode);
|
||||
if (Array.isArray(testNode)) {
|
||||
|
Reference in New Issue
Block a user