fix tests

This commit is contained in:
Eneko Lakasta 2018-03-06 15:26:35 +01:00
parent b0eacb2a79
commit 8d22ca66ba

View File

@ -61,6 +61,8 @@ describe('prepare-context', function() {
}
res.locals.user = 'localhost';
res.set = function () {};
return res;
}