Skip to content

Commit

Permalink
update: conf value to make previous tests happy
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitPhulera committed May 26, 2022
1 parent 6f757fe commit 6974a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/unit/backends/test_database.py
Expand Up @@ -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,
Expand Down

0 comments on commit 6974a76

Please sign in to comment.