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-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -566,24 +566,19 @@ class CodeWhispererModelConfiguratorTest {
566
566
}
567
567
568
568
@Test
569
-
fun`profile switch should keep using existing customization if new list still contains that arn`() {
569
+
fun`should switch to default customization on profile changed`() {
570
570
val ssoConn = spy(LegacyManagedBearerSsoConnection(region ="us-east-1", startUrl ="url 1", scopes =Q_SCOPES))
0 commit comments