Add missing require for common.js
This commit is contained in:
parent
bbcf6dcdf4
commit
b023630be6
@ -3,7 +3,7 @@
|
||||
'use strict';
|
||||
|
||||
/*
|
||||
* This tests a flow for the cloudron 'user. The cloudron
|
||||
* This tests a flow for the cloudron 'user. The cloudron
|
||||
* owner create a new user. This new user should be able to
|
||||
* login with the resetToken.
|
||||
*/
|
||||
@ -11,6 +11,7 @@
|
||||
var AppStore = require('../appstore.js'),
|
||||
assert = require('assert'),
|
||||
Cloudron = require('../cloudron.js'),
|
||||
common = require('../common.js'),
|
||||
path = require('path'),
|
||||
readlineSync = require('readline-sync'),
|
||||
request = require('superagent-sync'),
|
||||
|
@ -11,6 +11,7 @@
|
||||
var AppStore = require('../appstore.js'),
|
||||
assert = require('assert'),
|
||||
Cloudron = require('../cloudron.js'),
|
||||
common = require('../common.js'),
|
||||
path = require('path'),
|
||||
readlineSync = require('readline-sync'),
|
||||
request = require('superagent-sync'),
|
||||
@ -85,6 +86,5 @@ describe('Appstore new user flow', function () {
|
||||
it('can delete the cloudron', function () {
|
||||
appStore.deleteCloudron(box);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user