From 3919f8f5c8766bad75e87e86adaea0dcb7d585c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Fri, 1 Sep 2023 13:58:06 +0900 Subject: [PATCH] fix test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- test/python/test_serialize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python/test_serialize.py b/test/python/test_serialize.py index d490753..4a1435e 100644 --- a/test/python/test_serialize.py +++ b/test/python/test_serialize.py @@ -112,7 +112,7 @@ for x in [pt.DefaultApi, pt.TweetApi, pt.UserApi, pt.UserListApi]: if props.startswith("__") or not props.endswith("_with_http_info"): continue - key = get_key(props[:-17]) + key = get_key(props[:-15]) cursor_list = set([None]) cursor_history = set()