From 2a7325a3d06dcea71aa815bd6d3c3745b86c4cba Mon Sep 17 00:00:00 2001 From: Azide Date: Tue, 5 Jul 2022 23:06:10 +0800 Subject: [PATCH] =?UTF-8?q?test(fix):=E8=B0=83=E6=95=B4=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_custom_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_custom_post.py b/tests/test_custom_post.py index 04423b2..4b7b452 100644 --- a/tests/test_custom_post.py +++ b/tests/test_custom_post.py @@ -32,7 +32,7 @@ def pic_hash(): @pytest.fixture def expect_md(): - return "【Zc】每早合约日替攻略!
![Image](http://i0.hdslb.com/bfs/live/new_room_cover/cf7d4d3b2f336c6dba299644c3af952c5db82612.jpg)\n来源: Bilibili直播 魔法Zc目录\n\n详情: https://live.bilibili.com/3044248\n" + return "【Zc】每早合约日替攻略!
![Image](http://i0.hdslb.com/bfs/live/new_room_cover/cf7d4d3b2f336c6dba299644c3af952c5db82612.jpg)\n来源: Bilibili直播 魔法Zc目录
详情: https://live.bilibili.com/3044248
" def test_gene_md(app: App, expect_md, ms_list):