Skip to content

Commit 1bcad85

Browse files
committed
Update test_resource_service pushing coverage to 71%
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 9622576 commit 1bcad85

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/unit/mcpgateway/services/test_resource_service.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,15 @@
1818
# Standard
1919
import asyncio
2020
from datetime import datetime
21-
from typing import Dict, List
2221
from unittest.mock import AsyncMock, MagicMock, patch
2322

2423
# First-Party
25-
from mcpgateway.db import Resource as DbResource
26-
from mcpgateway.db import ResourceMetric
27-
from mcpgateway.db import ResourceSubscription as DbSubscription
2824
from mcpgateway.schemas import ResourceCreate, ResourceRead, ResourceSubscription, ResourceUpdate
2925
from mcpgateway.services.resource_service import (
3026
ResourceError,
3127
ResourceNotFoundError,
3228
ResourceService,
33-
ResourceURIConflictError,
34-
ResourceValidationError,
3529
)
36-
from mcpgateway.types import TextContent
3730

3831
# Third-Party
3932
import pytest

0 commit comments

Comments
 (0)