Add tests for submitting/editing a post
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vendored
+107
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"removed_by_category": null,
|
||||
"approved_at_utc": null,
|
||||
"banned_by": null,
|
||||
"author_flair_type": "text",
|
||||
"domain": "self.test",
|
||||
"allow_live_comments": false,
|
||||
"subreddit": "test",
|
||||
"selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>this is edited</p>\n</div><!-- SC_ON -->",
|
||||
"content_categories": null,
|
||||
"selftext": "this is edited",
|
||||
"likes": true,
|
||||
"suggested_sort": null,
|
||||
"user_reports": [],
|
||||
"saved": false,
|
||||
"banned_at_utc": null,
|
||||
"mod_reason_title": null,
|
||||
"gilded": 0,
|
||||
"archived": false,
|
||||
"clicked": false,
|
||||
"no_follow": false,
|
||||
"title": "Test Title",
|
||||
"link_flair_richtext": [],
|
||||
"is_crosspostable": true,
|
||||
"pinned": false,
|
||||
"subreddit_name_prefixed": "r/test",
|
||||
"over_18": false,
|
||||
"hidden": false,
|
||||
"pwls": 6,
|
||||
"all_awardings": [],
|
||||
"subreddit_id": "t5_2qh23",
|
||||
"awarders": [],
|
||||
"link_flair_css_class": null,
|
||||
"discussion_type": null,
|
||||
"downs": 0,
|
||||
"removal_reason": null,
|
||||
"can_gild": false,
|
||||
"thumbnail_height": null,
|
||||
"top_awarded_type": null,
|
||||
"hide_score": false,
|
||||
"spoiler": true,
|
||||
"locked": false,
|
||||
"name": "t3_hw6l6a",
|
||||
"author_flair_text": null,
|
||||
"quarantine": false,
|
||||
"rte_mode": "markdown",
|
||||
"link_flair_text_color": "dark",
|
||||
"upvote_ratio": 1.0,
|
||||
"author_flair_background_color": null,
|
||||
"link_flair_type": "text",
|
||||
"visited": false,
|
||||
"removed_by": null,
|
||||
"mod_note": null,
|
||||
"distinguished": null,
|
||||
"total_awards_received": 0,
|
||||
"wls": 6,
|
||||
"mod_reason_by": null,
|
||||
"media_embed": {},
|
||||
"thumbnail_width": null,
|
||||
"author_flair_template_id": null,
|
||||
"is_original_content": false,
|
||||
"author_fullname": "t2_164ab8",
|
||||
"link_flair_background_color": "",
|
||||
"secure_media": null,
|
||||
"is_reddit_media_domain": false,
|
||||
"id": "hw6l6a",
|
||||
"is_robot_indexable": true,
|
||||
"is_meta": false,
|
||||
"category": null,
|
||||
"secure_media_embed": {},
|
||||
"report_reasons": null,
|
||||
"author": "v_95",
|
||||
"num_crossposts": 0,
|
||||
"num_comments": 0,
|
||||
"can_mod_post": false,
|
||||
"send_replies": true,
|
||||
"score": 1,
|
||||
"approved_by": null,
|
||||
"author_premium": false,
|
||||
"thumbnail": "spoiler",
|
||||
"edited": 1595468564.0,
|
||||
"author_flair_css_class": null,
|
||||
"contest_mode": false,
|
||||
"view_count": null,
|
||||
"author_flair_richtext": [],
|
||||
"author_patreon_flair": false,
|
||||
"gildings": {},
|
||||
"subreddit_type": "public",
|
||||
"is_self": true,
|
||||
"author_flair_text_color": null,
|
||||
"permalink": "/r/test/comments/hw6l6a/test_title/",
|
||||
"num_reports": null,
|
||||
"parent_whitelist_status": "all_ads",
|
||||
"stickied": false,
|
||||
"created": 1595496295.0,
|
||||
"url": "https://www.reddit.com/r/test/comments/hw6l6a/test_title/",
|
||||
"whitelist_status": "all_ads",
|
||||
"media_only": false,
|
||||
"subreddit_subscribers": 8128,
|
||||
"created_utc": 1595467495.0,
|
||||
"link_flair_text": null,
|
||||
"ups": 1,
|
||||
"media": null,
|
||||
"mod_reports": [],
|
||||
"treatment_tags": [],
|
||||
"is_video": false
|
||||
}
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"json": {
|
||||
"errors": [],
|
||||
"data": {
|
||||
"url": "https://www.reddit.com/r/test/comments/hw6l6a/test_title/",
|
||||
"drafts_count": 0,
|
||||
"id": "hw6l6a",
|
||||
"name": "t3_hw6l6a"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user