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