diff --git a/tests/tests_devices/test_stddaq_client.py b/tests/tests_devices/test_stddaq_client.py index e055774..75e777f 100644 --- a/tests/tests_devices/test_stddaq_client.py +++ b/tests/tests_devices/test_stddaq_client.py @@ -10,7 +10,6 @@ from websockets import WebSocketException from tomcat_bec.devices.gigafrost.std_daq_client import ( StdDaqClient, - StdDaqConfig, StdDaqError, StdDaqStatus, ) @@ -28,7 +27,7 @@ def client(): @pytest.fixture def full_config(): - full_config = StdDaqConfig( + full_config = dict( detector_name="tomcat-gf", detector_type="gigafrost", n_modules=8,