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 0d768a9 commit 318eb32Copy full SHA for 318eb32
tests/unit/task_processor/test_unit_task_processor_processor.py
@@ -1010,6 +1010,7 @@ def test_run_task_does_not_block_on_timeout(
1010
assert len(task_runs) == 1
1011
task_run = task_runs[0]
1012
assert task_run.result == TaskResult.FAILURE.value
1013
+ assert task_run.error_details is not None
1014
assert "TimeoutError" in task_run.error_details
1015
1016
task.refresh_from_db(using=current_database)
0 commit comments