From ef40aae3ba76595211340ba4e7c20431f6111bce Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 24 May 2016 00:54:38 -0700 Subject: [PATCH] set adminEmail to no-reply@localhost for tests --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 7935e90c4..1eeffbf6a 100644 --- a/src/config.js +++ b/src/config.js @@ -102,7 +102,7 @@ function initConfig() { name: 'boxtest' }; data.token = 'APPSTORE_TOKEN'; - data.adminEmail = 'test@cloudron.foo'; + data.adminEmail = 'no-reply@localhost'; } else { assert(false, 'Unknown environment. This should not happen!'); }