Skip to content

Commit

Permalink
Merge master into feature/stepfunctions-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Jan 15, 2025
2 parents dc85b65 + 12256f7 commit 8b6b069
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "Amazon Q /test: Unit test generation completed message shows after accept/reject action"
}
2 changes: 2 additions & 0 deletions packages/core/src/amazonqTest/chat/controller/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ export class TestController {

// TODO: Check if there are more cases to endSession if yes create a enum or type for step
private async endSession(data: any, step: FollowUpTypes) {
this.messenger.sendMessage('Unit test generation completed.', data.tabID, 'answer')

const session = this.sessionStorage.getSession()
if (step === FollowUpTypes.RejectCode) {
TelemetryHelper.instance.sendTestGenerationToolkitEvent(
Expand Down

0 comments on commit 8b6b069

Please sign in to comment.