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/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/core/credentials/sso/DiskCacheTest.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -866,8 +866,8 @@ class DiskCacheTest {
866
866
867
867
// Create updated registration
868
868
val updatedRegistration =PKCEClientRegistration(
869
-
"fresh_ID",
870
-
"fresh_client_secret",
869
+
"fresh_ID",
870
+
"fresh_client_secret",
871
871
Instant.now().plusSeconds(3600),
872
872
scopes,
873
873
ssoUrl,
@@ -887,7 +887,7 @@ class DiskCacheTest {
887
887
assertNotNull(loadedUpdated)
888
888
assertEquals(updatedRegistration, loadedUpdated)
889
889
}
890
-
890
+
891
891
@Test
892
892
fun`test access token update with disk error falls back to memory cache`() {
893
893
val key =PKCEAccessTokenCacheKey(ssoUrl, ssoRegion, scopes)
0 commit comments