WIP
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user