Skip to content

Commit bae07d2

Browse files
committed
Minor edits
1 parent a5eea00 commit bae07d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererUTGChatManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class CodeWhispererUTGChatManager(val project: Project, private val cs: Coroutin
119119
) {
120120
try {
121121
response = startTestGeneration(
122-
uploadId = "", // createUploadUrlResponse.uploadId(),
122+
uploadId = createUploadUrlResponse.uploadId(),
123123
targetCode = listOf(
124124
TargetCode.builder()
125125
.relativeTargetPath(codeTestResponseContext.currentFileRelativePath.toString())

0 commit comments

Comments
 (0)