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
+1-30Lines changed: 1 addition & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -124,36 +124,7 @@ class QRegionProfileManagerTest {
124
124
assertThat(cnt).isEqualTo(2)
125
125
}
126
126
127
-
@Test
128
-
fun`listProfiles will call each client to get profiles`() {
129
-
val client = clientRule.create<CodeWhispererRuntimeClient>()
130
-
val mockResponse:SdkIterable<Profile> =SdkIterable<Profile> {
// TODO: Add two unit tests for listProfiles — one with cache hit, one without
157
128
158
129
@Test
159
130
fun`validateProfile should cross validate selected profile with latest API response for current project and remove it if its not longer accessible`() {
0 commit comments