set adminEmail to no-reply@localhost for tests
This commit is contained in:
@@ -102,7 +102,7 @@ function initConfig() {
|
|||||||
name: 'boxtest'
|
name: 'boxtest'
|
||||||
};
|
};
|
||||||
data.token = 'APPSTORE_TOKEN';
|
data.token = 'APPSTORE_TOKEN';
|
||||||
data.adminEmail = 'test@cloudron.foo';
|
data.adminEmail = 'no-reply@localhost';
|
||||||
} else {
|
} else {
|
||||||
assert(false, 'Unknown environment. This should not happen!');
|
assert(false, 'Unknown environment. This should not happen!');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user