Corrected type of MESSAGE_TAGS setting override in tests.

This commit is contained in:
Nick Pope 2017-12-08 09:33:30 +00:00 committed by Tim Graham
parent b43acf22df
commit 81abece192
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class BaseTests:
},
}],
ROOT_URLCONF='messages_tests.urls',
MESSAGE_TAGS='',
MESSAGE_TAGS={},
MESSAGE_STORAGE='%s.%s' % (self.storage_class.__module__, self.storage_class.__name__),
SESSION_SERIALIZER='django.contrib.sessions.serializers.JSONSerializer',
)