misc: fix test settings language code (#22093)

This commit is contained in:
Josue Kouka 2018-02-23 17:45:20 +01:00
parent cb28f21774
commit 9ab717b1fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from django.conf import settings
from rest_framework.settings import api_settings
LANGUAGE_CODE = 'en'
LANGUAGE_CODE = 'en-us'
try:
import hobo