We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e8d7c commit 4adb83fCopy full SHA for 4adb83f
1 file changed
tests/test_tasks/test_task.py
@@ -69,6 +69,10 @@ def test_upload_task(self):
69
continue
70
else:
71
raise e
72
+ else:
73
+ raise ValueError(
74
+ 'Could not create a valid task for task type ID {}'.format(self.task_type_id)
75
+ )
76
77
_delete_entity('task', task_id)
78
0 commit comments