Skip to content

Commit

Permalink
test: add more test samples
Browse files Browse the repository at this point in the history
  • Loading branch information
osoken committed Sep 28, 2024
1 parent 2c8db37 commit 960f7b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions common/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,19 @@ def post_samples(
impression_count=30,
links=[link_samples[2], link_samples[3]],
),
post_factory.build(
post_id="2234567890123456821",
link=None,
x_user_id="1234567890123456783",
x_user=x_user_samples[2],
text="empty",
media_details=None,
created_at=1154923900000,
like_count=10,
repost_count=20,
impression_count=30,
links=[],
),
]
yield posts

Expand Down

0 comments on commit 960f7b5

Please sign in to comment.