Skip to content

Commit c6940c7

Browse files
committed
update for celery app process
1 parent bb3d881 commit c6940c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/async_tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def setup_background_callback_app(manager_name, app_name):
9292
[
9393
"celery",
9494
"-A",
95-
f"tests.integration.background_callback.{app_name}:handle",
95+
f"tests.integration.async_tests.{app_name}:handle",
9696
"worker",
9797
"-P",
9898
"prefork",

0 commit comments

Comments
 (0)