diff options
author | Kyomotoi <[email protected]> | 2022-07-01 00:06:30 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-07-01 00:06:30 +0800 |
commit | 78c7e1efc76da4e1311adecd500da8dd4fdca50d (patch) | |
tree | 882c492eaa14aed144af016076b10729f2ccc892 /test | |
parent | 81a1eeef9d7c393e683167470e95c0a15e7af6c0 (diff) | |
download | ATRI-78c7e1efc76da4e1311adecd500da8dd4fdca50d.tar.gz ATRI-78c7e1efc76da4e1311adecd500da8dd4fdca50d.tar.bz2 ATRI-78c7e1efc76da4e1311adecd500da8dd4fdca50d.zip |
🚸 提高用户体验
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 帮助 [服务] -以查看对应服务帮助" |