diff --git a/test/test_json_server.py b/test/test_json_server.py index 8fbd5c5..10a0a6b 100644 --- a/test/test_json_server.py +++ b/test/test_json_server.py @@ -1,7 +1,10 @@ import pytest from dynalab_core import Core from dynalab_core.config import CoreConfig -from dynalab_core.errors import JsonServerStartupError, JsonServerTimeoutError +from dynalab_core.protocols.json.errors import ( + JsonServerStartupError, + JsonServerTimeoutError, +) from test.common import find_available_port