Skip to content

[feat #117] 회원 탈퇴 API #176

[feat #117] 회원 탈퇴 API

[feat #117] 회원 탈퇴 API #176

GitHub Actions / Test Results failed Oct 22, 2024 in 0s

2 fail, 124 pass in 15s

 25 files  + 2   25 suites  +2   15s ⏱️ -1s
126 tests +14  124 ✅ +12  0 💤 ±0  2 ❌ +2 
127 runs  +14  125 ✅ +12  0 💤 ±0  2 ❌ +2 

Results for commit fd17cac. ± Comparison against earlier commit f0c3734.

Annotations

Check warning on line 0 in com.dnd.gongmuin.security.jwt.TokenProviderTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

토큰 파싱을 통해 만들어진 인증 객체의 이메일은 토큰 정보의 이메일 값과 동일하다. (com.dnd.gongmuin.security.jwt.TokenProviderTest) failed

build/test-results/test/TEST-com.dnd.gongmuin.security.jwt.TokenProviderTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: 
expected: "KAKAO123/[email protected]"
 but was: "kakao123/[email protected]"
	at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at [email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at [email protected]/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at app//com.dnd.gongmuin.security.jwt.TokenProviderTest.getAuthentication(TokenProviderTest.java:114)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)

Check warning on line 0 in com.dnd.gongmuin.member.service.MemberServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

소셜 이메일로 회원을 찾는다. (com.dnd.gongmuin.member.service.MemberServiceTest) failed

build/test-results/test/TEST-com.dnd.gongmuin.member.service.MemberServiceTest.xml [took 0s]
Raw output
java.lang.AssertionError: [Extracted: socialName, socialEmail] 
Expecting actual:
  ["회원123", "kakao123/[email protected]"]
to contain exactly in any order:
  ["회원123", "KAKAO123/[email protected]"]
elements not found:
  ["KAKAO123/[email protected]"]
and elements not expected:
  ["kakao123/[email protected]"]

	at com.dnd.gongmuin.member.service.MemberServiceTest.getMemberBySocialEmail(MemberServiceTest.java:73)
	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)