File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/test/java/com/moing/backend/domain/missionArchive/representation Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ public class MissionArchiveControllerTest extends CommonControllerTest {
51
51
MissionArchiveReq input = MissionArchiveReq .builder ()
52
52
.status ("COMPLETE/SKIP" )
53
53
.archive ("content[s3 Link / text / link]" )
54
+ .contents ("contents" )
54
55
.build ();
55
56
56
57
String body = objectMapper .writeValueAsString (input );
@@ -123,6 +124,7 @@ public class MissionArchiveControllerTest extends CommonControllerTest {
123
124
MissionArchiveReq input = MissionArchiveReq .builder ()
124
125
.status ("COMPLETE/SKIP" )
125
126
.archive ("content[s3 Link / text / link]" )
127
+ .contents ("contents" )
126
128
.build ();
127
129
128
130
String body = objectMapper .writeValueAsString (input );
You can’t perform that action at this time.
0 commit comments