From 960f7b555ac7b761e1c9a86a94b058a089a68ea6 Mon Sep 17 00:00:00 2001 From: osoken Date: Sat, 28 Sep 2024 23:55:03 +0900 Subject: [PATCH] test: add more test samples --- common/tests/conftest.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/common/tests/conftest.py b/common/tests/conftest.py index 6fe2285..1acc7aa 100644 --- a/common/tests/conftest.py +++ b/common/tests/conftest.py @@ -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