Fix npm tests

Change-Id: I6204876fd512dda133b5b14e3dffee2d174b88a0
This commit is contained in:
Rob Cresswell 2016-11-18 14:08:54 +00:00
parent 24179c740c
commit e980382c7d
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ var Horizon = function () {
*/
horizon.conf = {};
// default languageCode for tests that run without Django context
horizon.languageCode = 'en';
return horizon;
};