correct error in workflow unit tests

This commit is contained in:
AlanCoding
2016-10-26 09:57:57 -04:00
parent 6b4737b5f0
commit 0e99d150bb
2 changed files with 1 additions and 2 deletions

View File

@@ -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)