[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-03-24 13:26:55 +00:00 committed by GitHub
parent 14bea8ed1b
commit 3baff3974e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -1392,7 +1392,6 @@ class TestMCPToolManageService:
sse_read_timeout=mcp_provider.sse_read_timeout,
)
def test_prepare_icon_returns_json_for_emoji(self):
"""Emoji icon type should be serialized to JSON string."""
import json
@ -1407,9 +1406,7 @@ class TestMCPToolManageService:
result = MCPToolManageService._prepare_icon(icon)
assert result == icon
def test_list_providers_empty(
self, db_session_with_containers: Session, mock_external_service_dependencies
):
def test_list_providers_empty(self, db_session_with_containers: Session, mock_external_service_dependencies):
"""Listing providers when none exist should return empty list."""
account, tenant = self._create_test_account_and_tenant(
db_session_with_containers, mock_external_service_dependencies