Skip to content

Commit b23d558

Browse files
committed
test: relaxed제거
1 parent ec468ef commit b23d558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/team/incube/gsmc/v3/service/auth/OAuthAuthenticationServiceTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class OAuthAuthenticationServiceTest :
5959
val memberExposedRepository = mockk<MemberExposedRepository>()
6060
val tokenResponseClient = mockk<OAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>>()
6161
val oauth2UserService = mockk<OAuth2UserService<OAuth2UserRequest, OAuth2User>>()
62-
val refreshTokenRedisRepository = mockk<RefreshTokenRedisRepository>(relaxed = true)
62+
val refreshTokenRedisRepository = mockk<RefreshTokenRedisRepository>()
6363
val environment = mockk<Environment>()
6464

6565
val service =

0 commit comments

Comments
 (0)