Skip to content

Commit 575d1ab

Browse files
Update samples/pytest_ai_validation.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5c7f8cb commit 575d1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/pytest_ai_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async def scenario_bug_detection(session) -> tuple[bool, str]:
9696
response = await session.send_and_wait({
9797
"prompt": (
9898
"Review this Python code for bugs. Be specific:\n\n"
99-
f"```python\n{buggy_code}```"
99+
f"```python\n{buggy_code}\n```"
100100
)
101101
})
102102
review = response.data.content.lower()

0 commit comments

Comments
 (0)