Increase unit test coverage of auth code

This commit is contained in:
Nick O'Leary
2015-01-28 22:41:13 +00:00
parent b2aae93fa6
commit fbf7ee50eb
22 changed files with 1251 additions and 178 deletions

View File

@@ -61,7 +61,7 @@ RED.user = (function() {
$(".login-spinner").show();
var body = {
client_id: "node-red-admin",
client_id: "node-red-editor",
grant_type: "password",
scope:"*"
}