We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bc1fc commit d944f07Copy full SHA for d944f07
services/web/server/tests/unit/isolated/test_exception_handling.py
@@ -9,6 +9,7 @@
9
10
import pytest
11
from aiohttp import web
12
+from aiohttp.test_utils import TestClient
13
from models_library.rest_error import ErrorGet
14
from servicelib.aiohttp import status
15
from servicelib.mimetype_constants import MIMETYPE_APPLICATION_JSON, MIMETYPE_TEXT_PLAIN
@@ -25,8 +26,6 @@
25
26
create_http_error_exception_handlers_map,
27
)
28
-from services.web.server.tests.conftest import TestClient
29
-
30
31
@pytest.fixture
32
def exception_handlers_map(build_method: str) -> ExceptionHandlersMap:
0 commit comments