Skip to content

Commit e361536

Browse files
Remove Nimbus(Reactive)OpaqueTokenIntrospector
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 5636e02 commit e361536

File tree

1 file changed

+1
-1
lines changed
  • config/src/test/kotlin/org/springframework/security/config/annotation/web/oauth2/resourceserver

1 file changed

+1
-1
lines changed

config/src/test/kotlin/org/springframework/security/config/annotation/web/oauth2/resourceserver/OpaqueTokenDslTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class OpaqueTokenDslTests {
9191
"exp" to 4683883211
9292
)
9393
every {
94-
DefaultOpaqueConfig.REST.exchange(any(), eq(object: ParameterizedTypeReference<Map<String, Any>> () {}))
94+
DefaultOpaqueConfig.REST.exchange(any(), any<ParameterizedTypeReference<Map<String, Any>>>())
9595
} returns ResponseEntity(responseBody, headers, HttpStatus.OK)
9696

9797
this.mockMvc.get("/authenticated") {

0 commit comments

Comments
 (0)