From 5c36043f3afcfb350b20fd67d8fe752ee68ee4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Tue, 21 Nov 2023 09:42:57 +0900 Subject: [PATCH] update test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- test/python/test_serialize.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/python/test_serialize.py b/test/python/test_serialize.py index 1438c61..d0b27af 100644 --- a/test/python/test_serialize.py +++ b/test/python/test_serialize.py @@ -256,7 +256,11 @@ if __name__ == "__main__": error_dump(e) error_count += 1 - ids = ["1720975693524377759", "1720818185186791678", "1721006592303251551"] + ids = [ + "1720975693524377759", + "1721006592303251551", + "1606661809075019776", + ] for id in ids: try: logger.info(f"Try: Self TweetDetail {id} Test")