WIP
This commit is contained in:
@@ -15,7 +15,7 @@ from tomcat_bec.devices.gigafrost.std_daq_client import StdDaqClient, StdDaqErro
|
|||||||
def client():
|
def client():
|
||||||
parent_device = mock.MagicMock()
|
parent_device = mock.MagicMock()
|
||||||
_client = StdDaqClient(
|
_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
|
yield _client
|
||||||
_client.shutdown()
|
_client.shutdown()
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ class aa1AxisDriveDataCollection(PSIDeviceBase, Device):
|
|||||||
scan_info=None,
|
scan_info=None,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
):
|
):
|
||||||
# super() will call the mixin class
|
# Need to call super() to call the mixin class
|
||||||
super().__init__(
|
super().__init__(
|
||||||
prefix=prefix,
|
prefix=prefix,
|
||||||
name=name,
|
name=name,
|
||||||
|
|||||||
Reference in New Issue
Block a user