test: app token tests to api-test

This commit is contained in:
Girish Ramakrishnan
2021-06-05 15:39:34 -07:00
parent b778f1e616
commit 579c046944
2 changed files with 83 additions and 18 deletions
-1
View File
@@ -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) {