You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/customization/CodeWhispererModelConfigurator.kt
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -157,17 +157,24 @@ class DefaultCodeWhispererModelConfigurator : CodeWhispererModelConfigurator, Pe
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererModelConfiguratorTest.kt
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -113,17 +113,37 @@ class CodeWhispererModelConfiguratorTest {
113
113
}
114
114
115
115
@Test
116
-
fun`should override customization arn if there is one under AB test`() {
116
+
fun`should not override customization arn if there is one under AB test and manual selection has been made`() {
117
117
val ssoConn = spy(LegacyManagedBearerSsoConnection(region ="us-east-1", startUrl ="url 1", scopes =Q_SCOPES))
0 commit comments