Skip to content

Commit d908ba6

Browse files
committed
Fix celery linter errors
1 parent 7f2493c commit d908ba6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/application_celery/test_task_methods.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -529,14 +529,14 @@ def test_celery_task_different_processes():
529529
def test_celery_task_in_transaction_different_processes():
530530
"""
531531
This test demonstrates the limitations of the agent with regards
532-
to multiprocessing, namely when it involves transactions in a main
532+
to multiprocessing, namely when it involves transactions in a main
533533
process and worker processes.
534-
535-
Two tasks are executed, one in the main process and one in a worker
536-
process. A transaction (background task) is created in the context
537-
of the main process. The worker process will not be aware of this
534+
535+
Two tasks are executed, one in the main process and one in a worker
536+
process. A transaction (background task) is created in the context
537+
of the main process. The worker process will not be aware of this
538538
transaction.
539-
539+
540540
The result is two transactions:
541541
1. Main process: Background task transaction with `add` task as a trace
542542
2. Worker process: `add_with_run` transaction with no additional traces

0 commit comments

Comments
 (0)