Skip to content

Commit e5955c4

Browse files
committed
[TNT-83] refactor: OAuthService 필드 @Autowired 추가
1 parent 75baeae commit e5955c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/com/tnt/application/member/OAuthServiceTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import org.junit.jupiter.api.extension.ExtendWith;
2525
import org.mockito.Mock;
2626
import org.mockito.junit.jupiter.MockitoExtension;
27+
import org.springframework.beans.factory.annotation.Autowired;
2728
import org.springframework.beans.factory.annotation.Value;
2829
import org.springframework.http.HttpHeaders;
2930
import org.springframework.http.MediaType;
@@ -48,6 +49,8 @@
4849
class OAuthServiceTest {
4950

5051
private MockWebServer mockWebServer;
52+
53+
@Autowired
5154
private OAuthService oAuthService;
5255

5356
@Mock

0 commit comments

Comments
 (0)