Skip to content

[PC-684] 유저 기본 정보 조회 API 추가 #66

[PC-684] 유저 기본 정보 조회 API 추가

[PC-684] 유저 기본 정보 조회 API 추가 #66

GitHub Actions / Unit Test Results failed Feb 26, 2025 in 0s

1 fail, 22 pass in 2s

23 tests   22 ✔️  2s ⏱️
10 suites    0 💤
10 files      1

Results for commit fd2307f.

Annotations

Check warning on line 0 in org.yapp.domain.auth.application.oauth.service.OauthServiceTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

처음 로그인에 성공하여 회원가입을 한 뒤 액세스,리프레시 토큰을 반환한다 (org.yapp.domain.auth.application.oauth.service.OauthServiceTest) failed

build/reports/test-results/xml/TEST-org.yapp.domain.auth.application.oauth.service.OauthServiceTest.xml
Raw output
java.lang.NullPointerException: Cannot invoke "org.yapp.domain.setting.application.SettingService.createSetting(java.lang.Long)" because "this.settingService" is null
	at org.yapp.domain.auth.application.oauth.service.OauthService.login(OauthService.java:48)
	at org.yapp.domain.auth.application.oauth.service.OauthServiceTest.testFirstLogin_Success(OauthServiceTest.java:64)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)