From 98814b122c9289354270a56f621db4765f2af197 Mon Sep 17 00:00:00 2001 From: Hector van der Aa Date: Mon, 3 Aug 2026 22:56:38 +0100 Subject: [PATCH] Fixed test to match new error location --- test/test_json_server.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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