mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Removing non-functional lines
This commit is contained in:
committed by
Alan Rominger
parent
2a30a9b10f
commit
c1b20a8ba7
@@ -3468,7 +3468,6 @@ class WorkflowJobTemplateSerializer(JobTemplateMixin, LabelsListMixin, UnifiedJo
|
|||||||
def validate_extra_vars(self, value):
|
def validate_extra_vars(self, value):
|
||||||
return vars_validate_or_raise(value)
|
return vars_validate_or_raise(value)
|
||||||
|
|
||||||
# posting
|
|
||||||
def validate(self, attrs):
|
def validate(self, attrs):
|
||||||
attrs = super(WorkflowJobTemplateSerializer, self).validate(attrs)
|
attrs = super(WorkflowJobTemplateSerializer, self).validate(attrs)
|
||||||
|
|
||||||
|
|||||||
@@ -73,8 +73,6 @@ class TestConfigReversibility:
|
|||||||
'instance_groups': [default_instance_group],
|
'instance_groups': [default_instance_group],
|
||||||
}
|
}
|
||||||
config = config_factory(prompts)
|
config = config_factory(prompts)
|
||||||
print(prompts)
|
|
||||||
print(config.prompts_dict())
|
|
||||||
assert config.prompts_dict() == prompts
|
assert config.prompts_dict() == prompts
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user