We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b5e0f commit c69db46Copy full SHA for c69db46
tests/integration/long_callback/utils.py
@@ -106,7 +106,7 @@ def setup_long_callback_app(manager_name, app_name):
106
break
107
lines.append(line)
108
else:
109
- raise RuntimeError(f"celery failed to start: {'\n'.join(lines)}")
+ raise RuntimeError("celery failed to start: " + {"\n".join(lines)})
110
111
try:
112
yield import_app(f"tests.integration.long_callback.{app_name}")
0 commit comments