mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-30 20:01:48 -05:00
correct error in workflow unit tests
This commit is contained in:
@@ -2267,7 +2267,6 @@ class WorkflowNodeBaseSerializer(BaseSerializer):
|
||||
|
||||
def validate(self, attrs):
|
||||
# char_prompts go through different validation, so remove them here
|
||||
print ' attrs: ' + str(attrs)
|
||||
for fd in ['job_type', 'job_tags', 'skip_tags', 'limit']:
|
||||
if fd in attrs:
|
||||
attrs.pop(fd)
|
||||
|
||||
Reference in New Issue
Block a user