nonebot-bison/tests/test_new.py
2022-02-09 16:15:32 +00:00

17 lines
317 B
Python

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=[],
)