Skip to content

Commit d228b9c

Browse files
committed
Update telemetry test with user intent
1 parent 56f9d5e commit d228b9c

File tree

1 file changed

+3
-0
lines changed
  • plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq

1 file changed

+3
-0
lines changed

plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/TelemetryHelperTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class TelemetryHelperTest {
106106
private const val mockRegion = "us-east-1"
107107
private const val tabId = "tabId"
108108
private const val messageId = "messageId"
109+
private val userIntent = UserIntent.SHOW_EXAMPLES
109110
private const val conversationId = "conversationId"
110111
private const val triggerId = "triggerId"
111112
private const val customizationArn = "customizationArn"
@@ -414,6 +415,7 @@ class TelemetryHelperTest {
414415
"command",
415416
tabId,
416417
messageId,
418+
userIntent,
417419
"println()",
418420
"insertionTargetType",
419421
"eventId",
@@ -476,6 +478,7 @@ class TelemetryHelperTest {
476478
IncomingCwcMessage.InsertCodeAtCursorPosition(
477479
tabId,
478480
messageId,
481+
userIntent,
479482
code,
480483
inserTionTargetType,
481484
emptyList(),

0 commit comments

Comments
 (0)