From d16ceb5804035dad9c43aa0839d75de130a103e4 Mon Sep 17 00:00:00 2001 From: InfinityPacer Date: Sun, 23 Aug 2026 12:15:01 +0800 Subject: [PATCH] test(plugin): preserve database overload coverage --- tests/test_plugin_install_command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_plugin_install_command.py b/tests/test_plugin_install_command.py index 7d8112abf..7830ffdcb 100644 --- a/tests/test_plugin_install_command.py +++ b/tests/test_plugin_install_command.py @@ -3,6 +3,7 @@ from unittest.mock import AsyncMock, Mock import pytest +from app.application.database import DatabaseWorkerOverloadedError from app.application.plugin.install import PluginInstallCommand