From 4345dd199834a83bb49f0b7c5efa29575daf0e27 Mon Sep 17 00:00:00 2001 From: jigsaw Date: Wed, 21 Aug 2024 19:52:35 +0800 Subject: [PATCH] :white_check_mark: fix test --- tests/onebotimpl/test_call_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/onebotimpl/test_call_api.py b/tests/onebotimpl/test_call_api.py index 1e3603c..bd5948e 100644 --- a/tests/onebotimpl/test_call_api.py +++ b/tests/onebotimpl/test_call_api.py @@ -12,4 +12,5 @@ async def test_get_supported_action(app: App, FakeMiddleware): "upload_file", "get_file", "get_supported_actions", + "get_supported_message_segments", }