Commit 722b1d10 authored by Liang Ding's avatar Liang Ding

🎨 #12690

parent 12e969be
...@@ -122,7 +122,7 @@ public class CommentMgmtServiceTestCase extends AbstractTestCase { ...@@ -122,7 +122,7 @@ public class CommentMgmtServiceTestCase extends AbstractTestCase {
final String pageId = pages.getJSONObject(0).getString(Keys.OBJECT_ID); final String pageId = pages.getJSONObject(0).getString(Keys.OBJECT_ID);
requestJSONObject.put(Keys.OBJECT_ID, pageId); requestJSONObject.put(Keys.OBJECT_ID, pageId);
requestJSONObject.put(Comment.COMMENT_NAME, "comment name"); requestJSONObject.put(Comment.COMMENT_NAME, "Solo");
requestJSONObject.put(Comment.COMMENT_URL, "comment URL"); requestJSONObject.put(Comment.COMMENT_URL, "comment URL");
requestJSONObject.put(Comment.COMMENT_CONTENT, "comment content"); requestJSONObject.put(Comment.COMMENT_CONTENT, "comment content");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment