Skip to content

Commit

Permalink
MNG-21 feat : 미션 인증 문구 추가 API 문서 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn committed Apr 21, 2024
1 parent e9380df commit 74e6694
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class MissionArchiveControllerTest extends CommonControllerTest {
MissionArchiveReq input = MissionArchiveReq.builder()
.status("COMPLETE/SKIP")
.archive("content[s3 Link / text / link]")
.contents("contents")
.build();

String body = objectMapper.writeValueAsString(input);
Expand Down Expand Up @@ -123,6 +124,7 @@ public class MissionArchiveControllerTest extends CommonControllerTest {
MissionArchiveReq input = MissionArchiveReq.builder()
.status("COMPLETE/SKIP")
.archive("content[s3 Link / text / link]")
.contents("contents")
.build();

String body = objectMapper.writeValueAsString(input);
Expand Down

0 comments on commit 74e6694

Please sign in to comment.