set adminEmail to no-reply@localhost for tests

This commit is contained in:
Girish Ramakrishnan
2016-05-24 00:54:38 -07:00
parent 9570086c87
commit ef40aae3ba

View File

@@ -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!');
}