mirror of https://github.com/node-red/node-red.git
Correcting setFlow test
Because of the change made into the credentials, the saveCredentials needs to be defined for the setFLow to workpull/271/head
parent
9650b3ed38
commit
ac889e18d2
|
@ -107,6 +107,9 @@ describe('flows', function() {
|
|||
defer.resolve();
|
||||
should.deepEqual(testFlows, conf);
|
||||
return defer.promise;
|
||||
},
|
||||
saveCredentials: function (creds) {
|
||||
return when(true);
|
||||
}
|
||||
};
|
||||
RED.init({}, storage);
|
||||
|
|
Loading…
Reference in New Issue