Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
wantsui committed Dec 12, 2024
1 parent b7b2242 commit cf6a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/celery/test_chained_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_task_chain_task_call_task():
celery_worker_cmd = "ddtrace-run celery -A tasks worker -c 1 -l DEBUG -n uniquename1 -P solo"
celery_task_runner_cmd = "ddtrace-run python run_tasks.py"

# The commands run from the root of the directory
# The commands need to run from the directory where this test file lives
current_directory = str(os.path.dirname(__file__))

worker_process = subprocess.Popen(
Expand Down

0 comments on commit cf6a1a3

Please sign in to comment.