fix test description

This commit is contained in:
Girish Ramakrishnan 2015-12-17 21:25:20 -08:00
parent 1d33abf989
commit 9fff6176a2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
var BOX_VERSION = process.env.BOX_VERSION;
var CUSTOM_DOMAIN = process.env.CUSTOM_DOMAIN;
describe('Appstore new user flow', function () {
describe('Custom domain test', function () {
this.timeout(0);
var appStore = new AppStore('https://api.staging.cloudron.io');