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/QRegionProfileManagerTest.kt
+27-14Lines changed: 27 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -191,20 +191,6 @@ class QRegionProfileManagerTest {
191
191
192
192
@Test
193
193
fun`validateProfile should cross validate selected profile with latest API response for current project and remove it if its not longer accessible`() {
194
-
val client = clientRule.create<CodeWhispererRuntimeClient>()
195
-
val mockResponse:SdkIterable<Profile> =SdkIterable<Profile> {
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/profile/QRegionProfileManager.kt
0 commit comments