ref: Add missing __init__.py files in tests (#4180)
Add missing __init__.py files in tests
This commit is contained in:
parent
9fda989ef8
commit
e4e1e1bd86
38 changed files with 1 additions and 1 deletions
0
src/backend/tests/integration/components/__init__.py
Normal file
0
src/backend/tests/integration/components/__init__.py
Normal file
|
|
@ -23,7 +23,7 @@ async def test_csv_output_parser_openai():
|
|||
prompt_handler = ComponentInputHandle(
|
||||
clazz=PromptComponent,
|
||||
inputs={
|
||||
"template": "List the first five positive integers.\n\n{format_instructions}", # noqa: RUF027
|
||||
"template": "List the first five positive integers.\n\n{format_instructions}",
|
||||
"format_instructions": format_instructions,
|
||||
},
|
||||
output_name="prompt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue