1
0
Fork 0
mirror of synced 2024-05-21 04:32:34 +12:00

Added tests for new data in threads/comments (2/2)

This commit is contained in:
Ailothaen 2021-05-20 22:47:33 +02:00
parent 9d6e54148b
commit f4c1adaa9a

View file

@ -26,6 +26,13 @@ def test_get_comments(test_submission_id: str, min_comments: int, reddit_instanc
'author': 'sinjen-tos',
'id': 'm3reby',
'link_flair_text': 'image',
'pinned': False,
'spoiler': False,
'over_18': False,
'locked': False,
'distinguished': None,
'created_utc': 1615583837,
'permalink': '/r/australia/comments/m3reby/this_little_guy_fell_out_of_a_tree_and_in_front/'
}),
('m3kua3', {'author': 'DELETED'}),
))