Fix app test
This commit is contained in:
@@ -271,7 +271,7 @@ function getEmailDnsRecords(callback) {
|
||||
function ignoreError(what, func) {
|
||||
return function (callback) {
|
||||
func(function (error) {
|
||||
if (error && process.env.BOX_ENV !== 'test') console.error('Ignored error - ' + what + ':', error);
|
||||
if (error) debug('Ignored error - ' + what + ':', error);
|
||||
|
||||
callback();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user