@@ -246,7 +246,7 @@ export class TestController {
246
246
cwsprChatProgrammingLanguage : session . fileLanguage ?? 'plaintext' ,
247
247
jobId : session . listOfTestGenerationJobId [ 0 ] , // For RIV, UTG does only one StartTestGeneration API call
248
248
jobGroup : session . testGenerationJobGroupName ,
249
- requestId : session . requestId ,
249
+ requestId : session . startTestGenerationRequestId ,
250
250
hasUserPromptSupplied : session . hasUserPromptSupplied ,
251
251
isCodeBlockSelected : session . isCodeBlockSelected ,
252
252
buildPayloadBytes : session . srcPayloadSize ,
@@ -726,7 +726,7 @@ export class TestController {
726
726
cwsprChatProgrammingLanguage : session . fileLanguage ?? 'plaintext' ,
727
727
jobId : session . listOfTestGenerationJobId [ 0 ] , // For RIV, UTG does only one StartTestGeneration API call so jobId = session.listOfTestGenerationJobId[0]
728
728
jobGroup : session . testGenerationJobGroupName ,
729
- requestId : session . requestId ,
729
+ requestId : session . startTestGenerationRequestId ,
730
730
buildPayloadBytes : session . srcPayloadSize ,
731
731
buildZipFileBytes : session . srcZipFileSize ,
732
732
artifactsUploadDuration : session . artifactsUploadDuration ,
@@ -850,7 +850,7 @@ export class TestController {
850
850
cwsprChatProgrammingLanguage : session . fileLanguage ?? 'plaintext' ,
851
851
jobId : session . listOfTestGenerationJobId [ 0 ] , // For RIV, UTG does only one StartTestGeneration API call so jobId = session.listOfTestGenerationJobId[0]
852
852
jobGroup : session . testGenerationJobGroupName ,
853
- requestId : session . requestId ,
853
+ requestId : session . startTestGenerationRequestId ,
854
854
buildPayloadBytes : session . srcPayloadSize ,
855
855
buildZipFileBytes : session . srcZipFileSize ,
856
856
artifactsUploadDuration : session . artifactsUploadDuration ,
0 commit comments