(self)
| 1244 | self.task_replaced_by_other_task.run() |
| 1245 | |
| 1246 | def test_replace_run_with_autoretry(self): |
| 1247 | with pytest.raises(Ignore): |
| 1248 | self.task_replaced_by_other_task_with_autoretry.run() |
| 1249 | |
| 1250 | def test_replace_delay(self): |
| 1251 | res = self.task_replaced_by_other_task.delay() |