mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Encrypt credentials by default
This commit is contained in:
@@ -50,12 +50,14 @@ describe("red/nodes/index", function() {
|
||||
};
|
||||
|
||||
var settings = {
|
||||
available: function() { return false }
|
||||
available: function() { return false },
|
||||
get: function() { return false }
|
||||
};
|
||||
|
||||
var runtime = {
|
||||
settings: settings,
|
||||
storage: storage
|
||||
storage: storage,
|
||||
log: {debug:function(){},warn:function(){}}
|
||||
};
|
||||
|
||||
function TestNode(n) {
|
||||
|
||||
Reference in New Issue
Block a user