🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-08-13 06:46:11 +00:00
parent bc4df542b3
commit 239472651b

View File

@ -90,6 +90,7 @@ def init_mocker(mocker: MockerFixture, tmp_path: Path):
mock_template_path_new,
)
@pytest.mark.xfail
async def test_check(
app: App,
@ -131,6 +132,7 @@ async def test_check(
mock_build_message.assert_called_once_with(mock_template_to_pic_return)
mock_build_message_return.send.assert_awaited_once()
@pytest.mark.xfail
async def test_check_arm(
app: App,