Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f28923)
  • Loading branch information
JasonFord authored and trent-codecov committed Jul 11, 2023
1 parent b4c16b1 commit f90faf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_celery_config.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ def test_celery_config():
assert hasattr(config, "notify_soft_time_limit")
assert hasattr(config, "task_annotations")
assert hasattr(config, "task_routes")
assert (config, "worker_max_memory_per_child")
assert hasattr(config, "worker_max_memory_per_child")
assert sorted(config.task_routes.keys()) == [
"app.cron.profiling.findinguncollected",
"app.tasks.add_to_sendgrid_list.AddToSendgridList",

0 comments on commit f90faf1

Please sign in to comment.