Fix test translated

This commit is contained in:
Виктор Гладких 2019-11-25 14:34:57 +03:00
parent 43fc16f841
commit 842ad47ec0

View File

@ -41,7 +41,7 @@ class TranslateFieldTests(BaseTestCase):
self.news_type.save() self.news_type.save()
self.country_ru = Country.objects.get( self.country_ru, created = Country.objects.get_or_create(
name={"en-GB": "Russian"} name={"en-GB": "Russian"}
) )