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
+24-14Lines changed: 24 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ import org.junit.Rule
15
15
importorg.junit.Test
16
16
importorg.mockito.kotlin.any
17
17
importorg.mockito.kotlin.doReturn
18
+
importorg.mockito.kotlin.doThrow
18
19
importorg.mockito.kotlin.mock
19
20
importorg.mockito.kotlin.spy
20
21
importorg.mockito.kotlin.stub
@@ -191,20 +192,6 @@ class QRegionProfileManagerTest {
191
192
192
193
@Test
193
194
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