From 9fff6176a2275705ddc08274f9eb44a1aba44bf4 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 17 Dec 2015 21:25:20 -0800 Subject: [PATCH] fix test description --- test/custom-domain-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index fa14a1a..a8cdb43 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -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');