Fix up a Notification unit test issue after the merge

This commit is contained in:
Matthew Jones 2016-03-01 12:15:40 -05:00
parent 67d1aa6c86
commit 1f19c13ac9

View File

@ -2067,7 +2067,7 @@ class NotifierSerializer(BaseSerializer):
"bool": (bool,),
"list": (list,),
"password": (str, unicode),
"object": (dict,)}
"object": (dict, OrderedDict)}
def to_representation(self, obj):
ret = super(NotifierSerializer, self).to_representation(obj)