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/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererModelConfiguratorTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -617,7 +617,7 @@ class CodeWhispererModelConfiguratorTest {
617
617
618
618
@Ignore
619
619
@Test
620
-
fun`should switch to default customization on profile changed`() {
620
+
fun`profile switch should keep using existing customization if new list still contains that arn`() {
621
621
val ssoConn = spy(LegacyManagedBearerSsoConnection(region ="us-east-1", startUrl ="url 1", scopes =Q_SCOPES))
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/customization/CodeWhispererModelConfigurator.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,9 @@ class DefaultCodeWhispererModelConfigurator : CodeWhispererModelConfigurator, Pe
0 commit comments