Skip to content

[BE] Feat/#587 핀 댓글 기능 추가 구현 #219

[BE] Feat/#587 핀 댓글 기능 추가 구현

[BE] Feat/#587 핀 댓글 기능 추가 구현 #219

Triggered via pull request October 18, 2023 07:26
Status Failure
Total duration 3m 6s
Artifacts

be-pull-request.yml

on: pull_request
build-and-comment
2m 56s
build-and-comment
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
PinIntegrationTest.핀 댓글을 조회하면 200을 반환한다.: backend/src/test/java/com/mapbefine/mapbefine/pin/PinIntegrationTest.java#L323
java.lang.IllegalStateException: Cannot parse content to java.util.List<com.mapbefine.mapbefine.pin.dto.response.PinCommentResponse> because no content-type was present in the response and no default parser has been set. You can specify a default parser using e.g.: RestAssured.defaultParser = Parser.JSON; or you can specify an explicit ObjectMapper using as(java.util.List<com.mapbefine.mapbefine.pin.dto.response.PinCommentResponse>, <ObjectMapper>);
build-and-comment
Process completed with exit code 1.
핀 댓글을 조회하면 200을 반환한다. (com.mapbefine.mapbefine.pin.PinIntegrationTest) failed: com.mapbefine.mapbefine.pin.PinIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.pin.PinIntegrationTest.xml
build-and-comment
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/