Update django/aiservice/core/shared/testgen_review/repair.py

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
Kevin Turcios 2026-03-05 17:09:28 -05:00 committed by GitHub
parent 737a270801
commit de109c6e12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,6 +112,9 @@ async def testgen_repair(
# Run postprocessing and instrumentation on the merged result
testgen_data = TestGenSchema(
source_code_being_tested=data.function_source_code,
function_to_optimize=data.function_to_optimize,
helper_function_names=data.helper_function_names or [],
source_code_being_tested=data.function_source_code,
function_to_optimize=data.function_to_optimize,
helper_function_names=data.helper_function_names,