Skip to content

Commit

Permalink
fix(rest): fix test rest api of component
Browse files Browse the repository at this point in the history
Signed-off-by: tuannn2 <[email protected]>
  • Loading branch information
tuannn2 committed Jul 5, 2023
1 parent 47dc2cd commit 5cdd364
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ public void should_document_merge_components() throws Exception {
fieldWithPath("blog").description("The blog of component"),
fieldWithPath("homepage").description("The homepage url of the component"),
fieldWithPath("modifiedOn").description("The date the component was modified"),
fieldWithPath("moderators").description("The component moderators"),

fieldWithPath("name").description("The updated name of the component"),
fieldWithPath("type").description("The updated name of the component"),
Expand Down

0 comments on commit 5cdd364

Please sign in to comment.