mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update test
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
4379e0b89b
commit
5c36043f3a
1 changed files with 5 additions and 1 deletions
|
|
@ -256,7 +256,11 @@ if __name__ == "__main__":
|
||||||
error_dump(e)
|
error_dump(e)
|
||||||
error_count += 1
|
error_count += 1
|
||||||
|
|
||||||
ids = ["1720975693524377759", "1720818185186791678", "1721006592303251551"]
|
ids = [
|
||||||
|
"1720975693524377759",
|
||||||
|
"1721006592303251551",
|
||||||
|
"1606661809075019776",
|
||||||
|
]
|
||||||
for id in ids:
|
for id in ids:
|
||||||
try:
|
try:
|
||||||
logger.info(f"Try: Self TweetDetail {id} Test")
|
logger.info(f"Try: Self TweetDetail {id} Test")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue