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