mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
auto fix by pre-commit hooks
This commit is contained in:
parent
24eba7fde3
commit
9274243757
@ -1,13 +1,16 @@
|
||||
import pytest
|
||||
|
||||
|
||||
def test_add(n_plugin_module):
|
||||
from nonebot_bison.config import Config
|
||||
|
||||
config = Config()
|
||||
config.add_subscribe(
|
||||
user='123',
|
||||
user_type='group',
|
||||
target='weibo_id',
|
||||
target_name='weibo_name',
|
||||
target_type='weibo',
|
||||
cats=[],
|
||||
tags=[])
|
||||
user="123",
|
||||
user_type="group",
|
||||
target="weibo_id",
|
||||
target_name="weibo_name",
|
||||
target_type="weibo",
|
||||
cats=[],
|
||||
tags=[],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user