From 108cdd45b10710851d62de61d3d09302bab8851c Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20=E4=BF=AE=E5=A4=8D=E8=87=AA?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E8=AF=95=20(#1795)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/builtin_plugins/check/test_check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/builtin_plugins/check/test_check.py b/tests/builtin_plugins/check/test_check.py index 370e6ad6..9f92e80a 100644 --- a/tests/builtin_plugins/check/test_check.py +++ b/tests/builtin_plugins/check/test_check.py @@ -94,6 +94,7 @@ async def test_check( to_me=True, ) ctx.receive_event(bot=bot, event=event) + ctx.should_ignore_rule(_self_check_matcher) mock_template_to_pic.assert_awaited_once_with( template_path=str((mock_template_path_new / "check").absolute()), template_name="main.html", @@ -184,6 +185,7 @@ async def test_check_arm( to_me=True, ) ctx.receive_event(bot=bot, event=event) + ctx.should_ignore_rule(_self_check_matcher) mock_template_to_pic.assert_awaited_once_with( template_path=str((mock_template_path_new / "check").absolute()), template_name="main.html",