Fix failing tests

This commit is contained in:
Girish Ramakrishnan
2019-01-04 10:04:28 -08:00
parent b9daa62ece
commit 635557ca45
6 changed files with 8 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ function start(callback) {
if (config.TEST) {
proxyServer.use(function (req, res, next) {
console.log('Proxying: ' + req.method, req.url);
debug('proxying: ' + req.method, req.url);
next();
});
}