File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4040
4141text:
4242- Did Faith Hill take a break from recording after releasing her second album, It Matters to Me?
43- - model: "granite3.2:2b"
44- backend: openai
43+ - processor:
44+ model: "granite3.2:2b"
45+ backend: openai
4546 parameters:
4647 documents:
4748 - ${ doc }
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ def test_line24(capsys: CaptureFixture[str]):
331331 "file" : "tests/data/line/hello26.pdl" ,
332332 "errors" : [
333333 "" ,
334- "tests/data/line/hello26.pdl:13 - Values inside the For block must be lists." ,
334+ "tests/data/line/hello26.pdl:13 - Values inside the For block must be lists but got <class 'str'> ." ,
335335 ],
336336}
337337
@@ -383,7 +383,7 @@ def test_line29(capsys: CaptureFixture[str]):
383383 "file" : "tests/data/line/hello30.pdl" ,
384384 "errors" : [
385385 "" ,
386- "tests/data/line/hello30.pdl:7 - Values inside the For block must be lists." ,
386+ "tests/data/line/hello30.pdl:7 - Values inside the For block must be lists but got <class 'dict'> ." ,
387387 ],
388388}
389389
You can’t perform that action at this time.
0 commit comments