Feature/#7 테스트 디비 격리 #6
GitHub Actions / Unit Test Results
failed
Jul 18, 2024 in 0s
Annotations
Check warning on line 0 in play.pluv.playlist.application.PlayListServiceTest
github-actions / Unit Test Results
플레이리스트를 읽는다 (play.pluv.playlist.application.PlayListServiceTest) failed
build/test-results/test/TEST-play.pluv.playlist.application.PlayListServiceTest.xml
Raw output
org.springframework.web.client.HttpClientErrorException$BadRequest: 400 Bad Request: "{"error":"invalid_client","error_description":"Invalid client"}"
at app//org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:103)
at app//org.springframework.web.client.StatusHandler.lambda$defaultHandler$3(StatusHandler.java:86)
at app//org.springframework.web.client.StatusHandler.handle(StatusHandler.java:146)
at app//org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.applyStatusHandlers(DefaultRestClient.java:698)
at app//org.springframework.web.client.DefaultRestClient.readWithMessageConverters(DefaultRestClient.java:200)
at app//org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.readBody(DefaultRestClient.java:685)
at app//org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.body(DefaultRestClient.java:639)
at app//org.springframework.web.client.support.RestClientAdapter.exchangeForBody(RestClientAdapter.java:75)
at app//org.springframework.web.service.invoker.HttpServiceMethod$ExchangeResponseFunction.lambda$create$4(HttpServiceMethod.java:379)
at app//org.springframework.web.service.invoker.HttpServiceMethod$ExchangeResponseFunction.execute(HttpServiceMethod.java:336)
at app//org.springframework.web.service.invoker.HttpServiceMethod.invoke(HttpServiceMethod.java:130)
at app//org.springframework.web.service.invoker.HttpServiceProxyFactory$HttpServiceMethodInterceptor.invoke(HttpServiceProxyFactory.java:304)
at app//org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at app//org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223)
at app/jdk.proxy3/jdk.proxy3.$Proxy115.getAccessToken(Unknown Source)
at app//play.pluv.oauth.spotify.SpotifyConnector.getAccessToken(SpotifyConnector.java:38)
at app//play.pluv.oauth.spotify.SpotifyConnector.getPlayList(SpotifyConnector.java:25)
at app//play.pluv.playlist.application.PlayListService.getPlayLists(PlayListService.java:15)
at app//play.pluv.playlist.application.PlayListServiceTest.플레이리스트를_읽는다(PlayListServiceTest.java:23)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:568)
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 play.pluv.oauth.spotify.SpotifyConnectorTest
github-actions / Unit Test Results
정상적으로 PlayList 객체를 반환한다 (play.pluv.oauth.spotify.SpotifyConnectorTest) failed
build/test-results/test/TEST-play.pluv.oauth.spotify.SpotifyConnectorTest.xml
Raw output
org.springframework.web.client.HttpClientErrorException$BadRequest: 400 Bad Request: "{"error":"invalid_client","error_description":"Invalid client"}"
at app//org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:103)
at app//org.springframework.web.client.StatusHandler.lambda$defaultHandler$3(StatusHandler.java:86)
at app//org.springframework.web.client.StatusHandler.handle(StatusHandler.java:146)
at app//org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.applyStatusHandlers(DefaultRestClient.java:698)
at app//org.springframework.web.client.DefaultRestClient.readWithMessageConverters(DefaultRestClient.java:200)
at app//org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.readBody(DefaultRestClient.java:685)
at app//org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.body(DefaultRestClient.java:639)
at app//org.springframework.web.client.support.RestClientAdapter.exchangeForBody(RestClientAdapter.java:75)
at app//org.springframework.web.service.invoker.HttpServiceMethod$ExchangeResponseFunction.lambda$create$4(HttpServiceMethod.java:379)
at app//org.springframework.web.service.invoker.HttpServiceMethod$ExchangeResponseFunction.execute(HttpServiceMethod.java:336)
at app//org.springframework.web.service.invoker.HttpServiceMethod.invoke(HttpServiceMethod.java:130)
at app//org.springframework.web.service.invoker.HttpServiceProxyFactory$HttpServiceMethodInterceptor.invoke(HttpServiceProxyFactory.java:304)
at app//org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at app//org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223)
at app/jdk.proxy3/jdk.proxy3.$Proxy115.getAccessToken(Unknown Source)
at app//play.pluv.oauth.spotify.SpotifyConnector.getAccessToken(SpotifyConnector.java:38)
at app//play.pluv.oauth.spotify.SpotifyConnector.getPlayList(SpotifyConnector.java:25)
at app//play.pluv.oauth.spotify.SpotifyConnectorTest.정상적으로_PlayList_객체를_반환한다(SpotifyConnectorTest.java:22)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:568)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
Loading