[feat #117] 회원 탈퇴 API #176
GitHub Actions / Test Results
failed
Oct 22, 2024 in 0s
2 fail, 124 pass in 15s
Annotations
Check warning on line 0 in com.dnd.gongmuin.security.jwt.TokenProviderTest
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
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)
Loading