diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_plugin_help.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_plugin_help.py b/test/test_plugin_help.py index 3d975ac..ee68f58 100644 --- a/test/test_plugin_help.py +++ b/test/test_plugin_help.py @@ -91,7 +91,6 @@ async def test_service_list(app: App): services, headers=["服务名称", "开启状态(全局)", "仅支持管理员"], tablefmt="plain", - showindex=True, ) output = f"咱搭载了以下服务~\n{table}\n@bot 帮助 [服务] -以查看对应服务帮助" |