Skip to content

Commit 98b705f

Browse files
committed
test failure: SetupAuthenticationDialogTest
1 parent 561a183 commit 98b705f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/gettingstarted/SetupAuthenticationDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class SetupAuthenticationDialog(
370370
reason = "InvalidCredentials",
371371
isReAuth = false
372372
)
373-
return
373+
throw Exception(AwsCoreBundle.message("gettingstarted.setup.iam.profile.invalid_credentials"))
374374
}
375375

376376
val profile = Profile.builder()

0 commit comments

Comments
 (0)