misc: set default test settings language to english

This commit is contained in:
Josue Kouka 2018-02-22 20:19:04 +01:00
parent a7d354c458
commit bc8ba0cc97
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
from django.conf import settings
from rest_framework.settings import api_settings
LANGUAGE_CODE = 'en'
try:
import hobo
except(ImportError,):