diff --git a/tests/tests_devices/test_stddaq_client.py b/tests/tests_devices/test_stddaq_client.py index c4fc124..f3cc708 100644 --- a/tests/tests_devices/test_stddaq_client.py +++ b/tests/tests_devices/test_stddaq_client.py @@ -15,7 +15,7 @@ from tomcat_bec.devices.gigafrost.std_daq_client import StdDaqClient, StdDaqErro def client(): parent_device = mock.MagicMock() _client = StdDaqClient( - parent=parent_device, ws_url="ws://localhost:5000", rest_url="http://localhost:5000" + parent=parent_device, ws_url="ws://localhost:5001", rest_url="http://localhost:5000" ) yield _client _client.shutdown() diff --git a/tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py b/tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py index 55cf2a9..2c4141c 100644 --- a/tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py +++ b/tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py @@ -75,7 +75,7 @@ class aa1AxisDriveDataCollection(PSIDeviceBase, Device): scan_info=None, **kwargs, ): - # super() will call the mixin class + # Need to call super() to call the mixin class super().__init__( prefix=prefix, name=name,