diff --git a/packages/service-library/tests/aiohttp/long_running_tasks/test_long_running_tasks_with_task_context.py b/packages/service-library/tests/aiohttp/long_running_tasks/test_long_running_tasks_with_task_context.py index f50884542997..f6629cfc04b2 100644 --- a/packages/service-library/tests/aiohttp/long_running_tasks/test_long_running_tasks_with_task_context.py +++ b/packages/service-library/tests/aiohttp/long_running_tasks/test_long_running_tasks_with_task_context.py @@ -4,7 +4,7 @@ Showcases/tests an example of long running tasks. How these tests works: -- setup a FastAPI server and launch it in the background. +- setup a AIOHTTP server and launch it in the background. - client directly makes requests to the FastAPI background client. """