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