Fixup all the route tests with new password requirement

This commit is contained in:
Johannes Zellner
2016-01-20 16:06:51 +01:00
parent 196b059cfb
commit 5a8a023039
10 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ describe('SimpleAuth API', function () {
var SERVER_URL = 'http://localhost:' + config.get('port');
var SIMPLE_AUTH_ORIGIN = 'http://localhost:' + config.get('simpleAuthPort');
var USERNAME = 'admin', PASSWORD = 'password', EMAIL ='silly@me.com';
var USERNAME = 'admin', PASSWORD = 'Foobar?1337', EMAIL ='silly@me.com';
var APP_0 = {
id: 'app0',