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 e3de3b6 commit ad8a922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/tests/celery/executors/test_celery_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ def test_celery_extra_celery_config_loaded_from_string():

# reload celery conf to apply the new config
importlib.reload(default_celery)
assert default_celery.DEFAULT_CELERY_CONFIG["extra_celery_config"] == 10
assert default_celery.DEFAULT_CELERY_CONFIG["worker_max_tasks_per_child"] == 10

0 comments on commit ad8a922

Please sign in to comment.