Skip to content

Commit

Permalink
Fixed the Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-arora-cashfree committed Dec 23, 2024
1 parent ad8a922 commit 13ed443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _broker_supports_visibility_timeout(url):
log.debug("Value for celery result_backend not found. Using sql_alchemy_conn with db+ prefix.")
result_backend = f'db+{conf.get("database", "SQL_ALCHEMY_CONN")}'

extra_celery_config: dict = conf.getjson("celery", "extra_celery_config", fallback={})
extra_celery_config = conf.getjson("celery", "extra_celery_config", fallback={})

DEFAULT_CELERY_CONFIG = {
"accept_content": ["json"],
Expand Down

0 comments on commit 13ed443

Please sign in to comment.