mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
psuedo -> pseudo
This commit is contained in:
committed by
AlanCoding
parent
8ac8fb9016
commit
84a8559ea0
@@ -3357,7 +3357,7 @@ class WorkflowJobTemplateSerializer(JobTemplateMixin, LabelsListMixin, UnifiedJo
|
||||
setattr(mock_obj, field_name, attrs[field_name])
|
||||
attrs.pop(field_name)
|
||||
|
||||
# Model `.save` needs the container dict, not the psuedo fields
|
||||
# Model `.save` needs the container dict, not the pseudo fields
|
||||
if mock_obj.char_prompts:
|
||||
attrs['char_prompts'] = mock_obj.char_prompts
|
||||
|
||||
@@ -3617,7 +3617,7 @@ class LaunchConfigurationBaseSerializer(BaseSerializer):
|
||||
if errors:
|
||||
raise serializers.ValidationError(errors)
|
||||
|
||||
# Model `.save` needs the container dict, not the psuedo fields
|
||||
# Model `.save` needs the container dict, not the pseudo fields
|
||||
if mock_obj.char_prompts:
|
||||
attrs['char_prompts'] = mock_obj.char_prompts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user