diff --git a/t/unit/backends/test_database.py b/t/unit/backends/test_database.py index 99b97106..5eda89eb 100644 --- a/t/unit/backends/test_database.py +++ b/t/unit/backends/test_database.py @@ -31,6 +31,7 @@ def setup_backend(self): self.app.conf.result_serializer = 'json' self.app.conf.result_backend = ( 'django_celery_results.backends:DatabaseBackend') + self.app.conf.result_extended = True self.b = DatabaseBackend(app=self.app) def _create_request(self, task_id, name, args, kwargs,