Open Jaykingamez opened 1 year ago
These tests are failing for feed posts:
FAILED tests/test_linkedin_api_requests.py::test_get_feed_posts_pagination - TypeError: argument o...
FAILED tests/test_linkedin_api_requests.py::test_get_feed_posts_urns_contains_no_duplicated - Asse...
For example let's say I'm tried to get the comments on this post,
Assuming that the post has no comments, then doing, api.get_post_comments should return nothing. Unfortunately, the following error is obtained. Since a post with no comments would lack a paginationToken, an exception is generated.
How it should work:
There should not be an exception, and an empty json is returned.