mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Fix up a Notification unit test issue after the merge
This commit is contained in:
parent
67d1aa6c86
commit
1f19c13ac9
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user