test: app token tests to api-test
This commit is contained in:
@@ -17,7 +17,6 @@ const async = require('async'),
|
||||
const DOMAIN = 'example-server-test.com';
|
||||
const USERNAME = 'superadmin', PASSWORD = 'Foobar?1337', EMAIL ='silly@me.com';
|
||||
const SERVER_URL = 'http://localhost:' + constants.PORT;
|
||||
let token = null;
|
||||
|
||||
function waitForSetup(done) {
|
||||
async.retry({ times: 5, interval: 4000 }, function (retryCallback) {
|
||||
|
||||
Reference in New Issue
Block a user