File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/software/aws/toolkits/jetbrains/core/credentials/sso
tst/software/aws/toolkits/jetbrains/core/credentials/sso Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class SsoAccessTokenProvider(
65
65
val registerResponse = client.registerClient {
66
66
it.clientType(CLIENT_REGISTRATION_TYPE )
67
67
it.scopes(scopes)
68
- it.clientName(" aws-toolkit-jetbrains- ${ Instant .now(clock)} " )
68
+ it.clientName(" AWS Toolkit for JetBrains " )
69
69
}
70
70
71
71
val registeredClient = ClientRegistration (
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class SsoAccessTokenProviderTest {
121
121
ssoOidcClient.registerClient(
122
122
RegisterClientRequest .builder()
123
123
.clientType(" public" )
124
- .clientName(" aws-toolkit-jetbrains- ${ Instant .now(clock)} " )
124
+ .clientName(" AWS Toolkit for JetBrains " )
125
125
.scopes(emptyList())
126
126
.build()
127
127
)
You can’t perform that action at this time.
0 commit comments